We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a219bb commit 857c3b0Copy full SHA for 857c3b0
.github/workflows/docker.yml
@@ -45,13 +45,13 @@ jobs:
45
${{ runner.os }}-buildx-
46
47
- name: Login to DockerHub
48
- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
49
with:
50
username: ${{ secrets.DOCKERHUB_USERNAME }}
51
password: ${{ secrets.DOCKERHUB_TOKEN }}
52
53
- name: Log in to the Container registry
54
- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
55
56
registry: ghcr.io
57
username: ${{ github.actor }}
0 commit comments