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.
2 parents 36208be + 8295259 commit 245104fCopy full SHA for 245104f
.github/workflows/build.yml
@@ -29,14 +29,14 @@ jobs:
29
30
- name: Log in to Docker Hub
31
if: github.event_name != 'pull_request'
32
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
33
with:
34
username: ${{ secrets.DOCKERHUB_USERNAME }}
35
password: ${{ secrets.DOCKERHUB_TOKEN }}
36
37
- name: Login to GitHub Container Registry
38
39
40
41
registry: ghcr.io
42
username: ${{ github.repository_owner }}
0 commit comments