We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663f6fa commit 7bcb31dCopy full SHA for 7bcb31d
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
# https://github.com/docker/login-action
68
- name: Log into registry ${{ env.REGISTRY }}
69
if: github.event_name != 'pull_request'
70
- uses: docker/login-action@v3.3.0
+ uses: docker/login-action@v3.4.0
71
with:
72
registry: ${{ env.REGISTRY }}
73
username: ${{ secrets.DECKHOUSE_REGISTRY_USER }}
0 commit comments