Update docker/login-action digest to 9780b0c #126

Merged
renovate merged 1 commits from renovate/docker-login-action-digest into main 2024-09-09 11:50:51 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3bde77c1cc - Show all commits

View File

@ -36,7 +36,7 @@ jobs:
echo "tag_exists=false" >> $GITHUB_OUTPUT echo "tag_exists=false" >> $GITHUB_OUTPUT
fi fi
- name: Login to Registry - name: Login to Registry
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3 uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
if: steps.create.outputs.tag_exists == 'false' if: steps.create.outputs.tag_exists == 'false'
with: with:
registry: git.namesny.com registry: git.namesny.com