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 db353b4 commit a01468aCopy full SHA for a01468a
.github/workflows/ci.yml
@@ -58,13 +58,13 @@ jobs:
58
with:
59
fetch-depth: 0
60
- name: DockerHub Login
61
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
62
63
username: ${{ secrets.DOCKER_USERNAME }}
64
password: ${{ secrets.DOCKER_PASSWORD }}
65
if: github.event_name != 'pull_request'
66
- name: Login to GitHub Container Registry
67
68
69
registry: ghcr.io
70
username: ${{ github.repository_owner }}
0 commit comments