Skip to content

Commit 6e85d28

Browse files
Bump docker/build-push-action from 5.4.0 to 6.0.0 (#1073)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.4.0...v6.0.0) --- 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 3f90c70 commit 6e85d28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
password: ${{ secrets.GITHUB_TOKEN }}
2727
- id: vars
2828
run: make ci--env
29-
- uses: docker/build-push-action@v5.4.0
29+
- uses: docker/build-push-action@v6.0.0
3030
with:
3131
tags: |
3232
ghcr.io/beryju/gravity:stable

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
password: ${{ secrets.GITHUB_TOKEN }}
2727
- id: vars
2828
run: make ci--env
29-
- uses: docker/build-push-action@v5.4.0
29+
- uses: docker/build-push-action@v6.0.0
3030
with:
3131
tags: |
3232
ghcr.io/beryju/gravity:latest

0 commit comments

Comments
 (0)