We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f1147b + 8d16653 commit 7374926Copy full SHA for 7374926
.github/workflows/docker.yml
@@ -34,13 +34,13 @@ jobs:
34
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
35
-
36
name: Login to DockerHub
37
- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
38
with:
39
username: ${{ secrets.DOCKERHUB_USERNAME }}
40
password: ${{ secrets.DOCKERHUB_TOKEN }}
41
42
name: Login to GitHub Container Registry
43
44
45
registry: ghcr.io
46
username: ${{ github.repository_owner }}
0 commit comments