Skip to content

Commit 0060041

Browse files
⬆️ Bump docker/build-push-action from 2 to 5 (#202)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec77d1a commit 0060041

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Get date for tags
5454
run: echo "DATE_TAG=$(date -I)" >> "$GITHUB_ENV"
5555
- name: Build and push
56-
uses: docker/build-push-action@v2
56+
uses: docker/build-push-action@v5
5757
with:
5858
push: true
5959
platforms: linux/amd64,linux/arm64

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: matrix.image.name == 'latest'
4949
run: echo "DOCKERFILE_NAME=python${{ matrix.image.python_version }}" >> $GITHUB_ENV
5050
- name: Build
51-
uses: docker/build-push-action@v2
51+
uses: docker/build-push-action@v5
5252
with:
5353
push: false
5454
tags: tiangolo/uvicorn-gunicorn:${{ matrix.image.name }}

0 commit comments

Comments
 (0)