We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc38a6 commit 2100a2bCopy full SHA for 2100a2b
.github/workflows/docker.yaml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v6
24
25
- name: Login to GitHub Container Registry
26
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
27
with:
28
registry: ghcr.io
29
username: walnuts1018
@@ -74,7 +74,7 @@ jobs:
74
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
75
76
- name: Login to ghcr.io
77
78
79
80
0 commit comments