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 709c50c commit 6ed32a3Copy full SHA for 6ed32a3
.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