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