We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe89470 + e2b8ce4 commit e15d058Copy full SHA for e15d058
.github/workflows/build-push-stream-perf-test-docker-image.yml
@@ -35,7 +35,7 @@ jobs:
35
username: ${{ secrets.DOCKERHUB_USERNAME }}
36
password: ${{ secrets.DOCKERHUB_PASSWORD }}
37
- name: Push to Docker Hub
38
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
39
with:
40
build-args: |
41
stream_perf_test_url=${{ github.event.client_payload.url }}
0 commit comments