We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ecbfbf + b1c3ea4 commit 7767193Copy full SHA for 7767193
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@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
+ uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.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