We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d321aa commit 5fc08c9Copy full SHA for 5fc08c9
1 file changed
.github/workflows/build_all.yml
@@ -145,7 +145,7 @@ jobs:
145
attestations: write
146
steps:
147
- name: Login ghcr.io
148
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
149
with:
150
registry: ghcr.io
151
username: ${{ github.actor }}
@@ -226,7 +226,7 @@ jobs:
226
run: echo "PR_NUMBER=${{ github.event.pull_request.number }}" >> $GITHUB_OUTPUT
227
228
229
230
231
232
0 commit comments