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 7268246 + 77bacc0 commit 4e5c5dbCopy full SHA for 4e5c5db
.github/workflows/build-push-stream-perf-test-docker-image.yml
@@ -30,7 +30,7 @@ jobs:
30
echo "Flags: ${{ steps.buildx.outputs.flags }}"
31
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
32
- name: Log in to Docker Hub
33
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
34
with:
35
username: ${{ secrets.DOCKERHUB_USERNAME }}
36
password: ${{ secrets.DOCKERHUB_PASSWORD }}
0 commit comments