We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01f46f commit b7b8707Copy full SHA for b7b8707
.github/workflows/build.yaml
@@ -34,7 +34,7 @@ jobs:
34
uses: docker/setup-buildx-action@v3
35
- name: Log into registry ${{ env.REGISTRY }}
36
if: github.event_name != 'pull_request'
37
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
38
with:
39
registry: ${{ env.REGISTRY }}
40
username: ${{ github.actor }}
0 commit comments