Skip to content

Commit

Permalink
Merge pull request #840 from rabbitmq/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-6
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
2 parents 78cf4f2 + 1acd474 commit 3a244d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand All @@ -114,7 +114,7 @@ jobs:
type=semver,pattern={{version}},suffix=-amd64,latest=false
type=sha,suffix=-amd64,latest=false
- name: Build and push single-arch amd64 image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64
Expand All @@ -134,7 +134,7 @@ jobs:
type=semver,pattern={{version}},suffix=-arm64,latest=false
type=sha,suffix=-arm64,latest=false
- name: Build and push single-arch arm64 image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/arm64
Expand Down

0 comments on commit 3a244d4

Please sign in to comment.