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 cb905ad commit 599507eCopy full SHA for 599507e
1 file changed
.github/workflows/workflow.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Set up Docker Buildx
38
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
39
- name: Login to ghcr.io
40
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
+ uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
41
with:
42
registry: ghcr.io
43
username: ${{ github.actor }}
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
77
0 commit comments