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 00a6742 + 8436cf7 commit 46ecf7bCopy full SHA for 46ecf7b
.github/workflows/release.yaml
@@ -30,13 +30,13 @@ jobs:
30
id: buildx
31
uses: docker/setup-buildx-action@v3
32
- name: Docker login ghcr.io
33
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.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