Skip to content

Commit 5b40bb4

Browse files
Bump docker/build-push-action from 6.19.2 to 7.0.0 (#113)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.19.2 to 7.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.19.2...v7.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.0.0 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 5ddb59c commit 5b40bb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ jobs:
5858
echo ::set-output name=version::${VERSION}
5959
-
6060
name: "Docker: Buildx Build"
61-
uses: docker/build-push-action@v6.19.2
61+
uses: docker/build-push-action@v7.0.0
6262
with:
6363
platforms: ${{ steps.prepare.outputs.platforms }}
6464
push: false
6565
tags: ${{ steps.prepare.outputs.tags }}
6666
build-args: ${{ steps.prepare.outputs.args }}
6767
-
6868
name: "Docker: Load Image"
69-
uses: docker/build-push-action@v6.19.2
69+
uses: docker/build-push-action@v7.0.0
7070
with:
7171
load: true
7272
push: false
@@ -96,7 +96,7 @@ jobs:
9696
-
9797
name: "Docker: Buildx Push"
9898
if: success() && github.event_name != 'pull_request'
99-
uses: docker/build-push-action@v6.19.2
99+
uses: docker/build-push-action@v7.0.0
100100
with:
101101
platforms: ${{ steps.prepare.outputs.platforms }}
102102
push: true

0 commit comments

Comments
 (0)