Skip to content

Commit 2d76c56

Browse files
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- 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]>
1 parent 43855e4 commit 2d76c56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
username: ${{ secrets.DOCKERHUB_USERNAME }}
5555
password: ${{ secrets.DOCKERHUB_TOKEN }}
5656
- name: Build and push
57-
uses: docker/build-push-action@v5
57+
uses: docker/build-push-action@v6
5858
with:
5959
context: .
6060
platforms: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x
@@ -75,7 +75,7 @@ jobs:
7575
type=sha,suffix=-amd64,latest=false
7676
- name: Build and push single-arch amd64 image
7777
if: github.event_name != 'pull_request'
78-
uses: docker/build-push-action@v5
78+
uses: docker/build-push-action@v6
7979
with:
8080
context: .
8181
platforms: linux/amd64
@@ -97,7 +97,7 @@ jobs:
9797
- name: Build and push single-arch arm64 image
9898
if: github.event_name != 'pull_request'
9999
#if: startsWith(github.ref, 'refs/tags/v')
100-
uses: docker/build-push-action@v5
100+
uses: docker/build-push-action@v6
101101
with:
102102
context: .
103103
platforms: linux/arm64

0 commit comments

Comments
 (0)