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 cd6d0cf commit 5df5d9dCopy full SHA for 5df5d9d
.github/workflows/build.yaml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Login to Docker Hub
53
if: (github.ref == 'refs/heads/master' && (github.event_name == 'push' || github.event_name == 'schedule' )) || contains(github.ref, 'refs/tags/')
54
- uses: docker/login-action@v1
+ uses: docker/login-action@v3
55
with:
56
username: ${{ secrets.DOCKERHUB_USERNAME }}
57
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments