Skip to content

Commit f81fd93

Browse files
Bump docker/build-push-action from 6.19.2 to 7.0.0 (#149)
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 90b3695 commit f81fd93

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
@@ -55,15 +55,15 @@ jobs:
5555
echo ::set-output name=version::${VERSION}
5656
-
5757
name: "Docker: Buildx Build"
58-
uses: docker/build-push-action@v6.19.2
58+
uses: docker/build-push-action@v7.0.0
5959
with:
6060
platforms: ${{ steps.prepare.outputs.platforms }}
6161
push: false
6262
tags: ${{ steps.prepare.outputs.tags }}
6363
build-args: ${{ steps.prepare.outputs.args }}
6464
-
6565
name: "Docker: Load Image"
66-
uses: docker/build-push-action@v6.19.2
66+
uses: docker/build-push-action@v7.0.0
6767
with:
6868
load: true
6969
push: false
@@ -93,7 +93,7 @@ jobs:
9393
-
9494
name: "Docker: Buildx Push"
9595
if: success() && github.event_name != 'pull_request'
96-
uses: docker/build-push-action@v6.19.2
96+
uses: docker/build-push-action@v7.0.0
9797
with:
9898
platforms: ${{ steps.prepare.outputs.platforms }}
9999
push: true

0 commit comments

Comments
 (0)