Skip to content

Commit 983d492

Browse files
⬆️ [ GitHub Actions ] Bump docker/build-push-action
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>
1 parent 10003b2 commit 983d492

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: docker/setup-buildx-action@v3
3131

3232
- name: Build image (validation only)
33-
uses: docker/build-push-action@v6.19.2
33+
uses: docker/build-push-action@v7.0.0
3434
with:
3535
context: .
3636
push: false
@@ -131,7 +131,7 @@ jobs:
131131

132132
- name: Build, tag, and push image
133133
id: build-image
134-
uses: docker/build-push-action@v6.19.2
134+
uses: docker/build-push-action@v7.0.0
135135
with:
136136
context: .
137137
push: true

0 commit comments

Comments
 (0)