We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d05716 commit 1256c22Copy full SHA for 1256c22
.github/workflows/artifacts.yaml
@@ -94,7 +94,7 @@ jobs:
94
if_false: type=oci,dest=image.tar
95
96
- name: Login to GitHub Container Registry
97
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
98
with:
99
registry: ghcr.io
100
username: ${{ github.actor }}
@@ -228,7 +228,7 @@ jobs:
228
path: ${{ steps.build.outputs.package }}
229
230
231
232
233
234
0 commit comments