We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798df05 commit 5598e15Copy full SHA for 5598e15
.github/workflows/build_and_publish.yml
@@ -36,13 +36,13 @@ jobs:
36
uses: docker/setup-buildx-action@v2
37
-
38
name: Login to DockerHub
39
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
40
with:
41
username: ${{ secrets.DOCKERHUB_USERNAME }}
42
password: ${{ secrets.DOCKERHUB_TOKEN }}
43
44
name: Login to GHCR
45
46
47
registry: ghcr.io
48
username: ${{ github.repository_owner }}
0 commit comments