We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7976f commit 8e22dcaCopy full SHA for 8e22dca
.github/workflows/docker-publish.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Log into registry ${{ env.REGISTRY }}
43
if: github.event_name != 'pull_request'
44
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
45
with:
46
registry: ${{ env.REGISTRY }}
47
username: ${{ github.actor }}
0 commit comments