Skip to content

Commit b8cc675

Browse files
⬆ Bump docker/build-push-action from 2 to 5 (#350)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 63d8df8 commit b8cc675

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
@@ -45,7 +45,7 @@ jobs:
4545
- name: Get date for tags
4646
run: echo "DATE_TAG=$(date -I)" >> "$GITHUB_ENV"
4747
- name: Build and push
48-
uses: docker/build-push-action@v2
48+
uses: docker/build-push-action@v5
4949
with:
5050
push: true
5151
platforms: linux/amd64,linux/arm64

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: matrix.image.name == 'latest'
4141
run: echo "DOCKERFILE_NAME=python${{ matrix.image.python_version }}" >> $GITHUB_ENV
4242
- name: Build
43-
uses: docker/build-push-action@v2
43+
uses: docker/build-push-action@v5
4444
with:
4545
push: false
4646
tags: tiangolo/uwsgi-nginx-flask:${{ matrix.image.name }}

0 commit comments

Comments
 (0)