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 7424764 commit c0c403eCopy full SHA for c0c403e
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Login to DockerHub
27
if: github.event_name != 'pull_request'
28
- uses: docker/login-action@v3.3.0
+ uses: docker/login-action@v3.4.0
29
with:
30
username: ${{ secrets.DOCKERHUB_USERNAME }}
31
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments