Skip to content

Commit 17c3dcd

Browse files
authored
Merge pull request #103 from rabbitmq/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents 43855e4 + 2d76c56 commit 17c3dcd

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)