Skip to content

build(deps): bump urllib3 from 2.2.1 to 2.2.2 #1203

build(deps): bump urllib3 from 2.2.1 to 2.2.2

build(deps): bump urllib3 from 2.2.1 to 2.2.2 #1203

Workflow file for this run

name: container image
on:
push:
pull_request:
schedule:
- cron: '0 20 * * 5'
jobs:
docker-build:
runs-on: ubuntu-20.04
steps:
- uses: docker/setup-qemu-action@v3.0.0
- uses: docker/setup-buildx-action@v3.3.0
# > By default, this action uses the Git context so you don't need to use
# > the actions/checkout action to checkout the repository because this
# > will be done directly by buildkit. [...]
# > any file mutation in the steps that precede [...] will be ignored
# https://github.com/marketplace/actions/build-and-push-docker-images
- uses: docker/build-push-action@v5.4.0
with:
platforms: |
linux/amd64
linux/arm/v7