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.
1 parent caab818 commit dc513aeCopy full SHA for dc513ae
.github/workflows/main.yml
@@ -89,7 +89,7 @@ jobs:
89
# https://github.com/docker/login-action
90
- name: Log into registry ${{ env.REGISTRY }}
91
if: github.event_name != 'pull_request'
92
- uses: docker/login-action@v3.3.0
+ uses: docker/login-action@v3.4.0
93
with:
94
registry: ${{ env.REGISTRY }}
95
username: ${{ github.actor }}
0 commit comments