We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dabb51 commit f6cccc9Copy full SHA for f6cccc9
.github/workflows/artifacts.yaml
@@ -97,7 +97,7 @@ jobs:
97
if_false: type=oci,dest=image.tar
98
99
- name: Login to GitHub Container Registry
100
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
101
with:
102
registry: ghcr.io
103
username: ${{ github.actor }}
@@ -260,7 +260,7 @@ jobs:
260
path: ${{ steps.build.outputs.package }}
261
262
263
264
265
266
0 commit comments