Skip to content

Bump certifi from 2024.2.2 to 2024.7.4 (#29) #33

Bump certifi from 2024.2.2 to 2024.7.4 (#29)

Bump certifi from 2024.2.2 to 2024.7.4 (#29) #33

Workflow file for this run

name: Build Docker Image
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: cd docker && make build