We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a892670 commit 6c0e696Copy full SHA for 6c0e696
.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@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
38
with:
39
registry: ${{ env.REGISTRY }}
40
username: ${{ github.actor }}
0 commit comments