We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb3d8e commit 964ac77Copy full SHA for 964ac77
.github/workflows/docker-publish.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Log into registry ${{ env.REGISTRY }}
30
if: github.event_name != 'pull_request'
31
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
32
with:
33
registry: ${{ env.REGISTRY }}
34
username: ${{ github.actor }}
0 commit comments