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 547aa2b commit 8f4c722Copy full SHA for 8f4c722
.github/workflows/release.yaml
@@ -30,14 +30,14 @@ jobs:
30
run: sudo docker run --privileged linuxkit/binfmt:v0.8
31
32
- name: Docker Login
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: sv-tools-bot
37
password: ${{ secrets.BOT_TOKEN }}
38
39
40
41
42
username: svtools
43
password: ${{ secrets.DOCKER_HUB_TOKEN }}
0 commit comments