Update docker/login-action digest to 9780b0c
Build and push mlflow container / Build and push mlflow container (push) Waiting to run
Details
Build and push mlflow container / Build and push mlflow container (push) Waiting to run
Details
This commit is contained in:
parent
c97fdcfe4e
commit
3bde77c1cc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue