Skip to content

Bump requests from 2.32.3 to 2.32.4 in the pip group across 1 directory #256

Bump requests from 2.32.3 to 2.32.4 in the pip group across 1 directory

Bump requests from 2.32.3 to 2.32.4 in the pip group across 1 directory #256

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main", "staging" ]
pull_request:
branches: [ "main", "staging" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)