Skip to content

Commit eeabd6b

Browse files
authored
Merge pull request #107 from rabbitmq/dependabot/github_actions/main/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents bc69a9c + 3c8705a commit eeabd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push-stream-perf-test-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
username: ${{ secrets.DOCKERHUB_USERNAME }}
3636
password: ${{ secrets.DOCKERHUB_PASSWORD }}
3737
- name: Push to Docker Hub
38-
uses: docker/build-push-action@v5
38+
uses: docker/build-push-action@v6
3939
with:
4040
build-args: |
4141
stream_perf_test_url=${{ github.event.client_payload.url }}

0 commit comments

Comments
 (0)