We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8eb722 commit 6f1dcfaCopy full SHA for 6f1dcfa
.github/workflows/artifacts.yaml
@@ -98,7 +98,7 @@ jobs:
98
if_false: type=oci,dest=image.tar
99
100
- name: Login to GitHub Container Registry
101
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
102
with:
103
registry: ghcr.io
104
username: ${{ github.actor }}
@@ -269,7 +269,7 @@ jobs:
269
path: ${{ steps.build.outputs.package }}
270
271
272
273
274
275
0 commit comments