Skip to content

Bump urllib3 from 2.2.1 to 2.2.2 #15

Bump urllib3 from 2.2.1 to 2.2.2

Bump urllib3 from 2.2.1 to 2.2.2 #15

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