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 4e50469 commit acf1a10Copy full SHA for acf1a10
.github/workflows/ci.yml
@@ -326,7 +326,7 @@ jobs:
326
-
327
name: Login to DockerHub
328
if: success() && github.event_name != 'pull_request' && github.repository_owner == 'GitTools'
329
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
330
with:
331
username: ${{ secrets.DOCKER_USERNAME }}
332
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -349,7 +349,7 @@ jobs:
349
350
name: Login to GitHub Container Registry
351
352
353
354
registry: ghcr.io
355
username: ${{ github.repository_owner }}
0 commit comments