We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4de6027 + 8ec5a48 commit 812af06Copy full SHA for 812af06
1 file changed
.github/workflows/release.yaml
@@ -30,13 +30,13 @@ jobs:
30
id: buildx
31
uses: docker/setup-buildx-action@v4
32
- name: Docker login ghcr.io
33
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
34
with:
35
registry: ghcr.io
36
username: kclbot
37
password: ${{ secrets.DEPLOY_ACCESS_TOKEN }}
38
- name: Docker login docker.io
39
40
41
username: ${{ secrets.DOCKER_USERNAME }}
42
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments