We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2442bf7 commit 6efdb1aCopy full SHA for 6efdb1a
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
fetch-depth: 0
18
-
19
name: Docker Login
20
- uses: docker/login-action@v2.2.0
+ uses: docker/login-action@v3.0.0
21
with:
22
username: ${{ secrets.DOCKERHUB_USERNAME }}
23
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments