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 f2cf480 commit 00fa30cCopy full SHA for 00fa30c
.github/workflows/publish-docker-image.yml
@@ -17,13 +17,13 @@ jobs:
17
uses: actions/checkout@v4
18
19
- name: Log in to Docker Hub
20
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
21
with:
22
username: ${{ secrets.DOCKER_USERNAME }}
23
password: ${{ secrets.DOCKER_TOKEN }}
24
25
- name: Log in to the GitHub Container registry
26
27
28
registry: ghcr.io
29
username: ${{ github.actor }}
0 commit comments