We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d655e5 + e97818a commit 2937d01Copy full SHA for 2937d01
.github/workflows/docker_ci.yml
@@ -50,7 +50,7 @@ jobs:
50
# https://github.com/docker/login-action
51
- name: Log into registry ${{ env.REGISTRY }}
52
if: github.event_name != 'pull_request'
53
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
54
with:
55
registry: ${{ env.REGISTRY }}
56
username: ${{ github.actor }}
0 commit comments