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.
1 parent 218582f commit 6c583f0Copy full SHA for 6c583f0
.github/workflows/docker-image.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: docker/setup-buildx-action@v3
26
27
- name: Login to DockerHub
28
- uses: docker/login-action@v3.2.0
+ uses: docker/login-action@v3.5.0
29
with:
30
username: ${{ secrets.DOCKERHUB_USERNAME }}
31
password: ${{ secrets.DOCKERHUB_PASSWORD }}
0 commit comments