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 50a93f8 commit 27752f6Copy full SHA for 27752f6
.github/workflows/build_main.yaml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
version: latest
24
- name: Log in to GHCR
25
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
26
27
registry: ghcr.io
28
username: ${{ github.actor }}
.github/workflows/build_tag.yaml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
0 commit comments