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.
2 parents 5d12b91 + 35b781c commit 86ccb4eCopy full SHA for 86ccb4e
1 file changed
.github/workflows/build.yml
@@ -55,14 +55,14 @@ jobs:
55
-
56
name: Login to DockerHub
57
if: github.event_name != 'pull_request'
58
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
59
with:
60
username: ${{ secrets.DOCKER_USERNAME }}
61
password: ${{ secrets.DOCKER_PASSWORD }}
62
63
name: Login to GHCR
64
65
66
67
registry: ghcr.io
68
username: ${{ github.repository_owner }}
0 commit comments