Skip to content

Commit

Permalink
Merge pull request #696 from rabbitmq/dependabot/github_actions/main/…
Browse files Browse the repository at this point in the history
…docker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
acogoluegnes authored Jun 17, 2024
2 parents fd8dc7c + b338553 commit 5804931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-perf-test-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Push to Docker Hub
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
build-args: |
perf_test_binary=${{ github.event.client_payload.archive_url }}
Expand Down

0 comments on commit 5804931

Please sign in to comment.