We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2240b4a commit 000ba99Copy full SHA for 000ba99
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Login to DockerHub
30
if: github.event_name != 'pull_request'
31
- uses: docker/login-action@v3.3.0
+ uses: docker/login-action@v3.4.0
32
with:
33
username: ${{ secrets.DOCKER_HUB_USERNAME }}
34
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
0 commit comments