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 866a92e commit 876827cCopy full SHA for 876827c
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
version: v0.9.1
20
-
21
name: Login to DockerHub
22
- uses: docker/login-action@v1
+ uses: docker/login-action@v3
23
with:
24
username: ${{ secrets.DOCKERHUB_USERNAME }}
25
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments