Update docker/login-action digest to 0d4c9c5
Build and push mlflow container / Build and push mlflow container (push) Waiting to run Details

This commit is contained in:
Renovate Bot 2024-05-28 21:02:44 +00:00
parent b9d9796269
commit 5bcd9569f7
1 changed files with 1 additions and 1 deletions

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@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # 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