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 c1e6efa commit a33447cCopy full SHA for a33447c
1 file changed
.github/workflows/docker.yml
@@ -47,14 +47,14 @@ jobs:
47
uses: docker/setup-qemu-action@v3
48
49
- name: Login to GitHub Container Registry
50
- uses: docker/login-action@v3
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
51
with:
52
registry: ghcr.io
53
username: ${{ github.actor }}
54
password: ${{ secrets.GITHUB_TOKEN }}
55
56
- name: Login to DockerHub
57
58
59
username: ${{ secrets.DOCKERHUB_USERNAME }}
60
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments