Fixed secret references
Some checks failed
Build a new image for the MycroForge docs / test (push) Failing after 4s
Some checks failed
Build a new image for the MycroForge docs / test (push) Failing after 4s
This commit is contained in:
parent
994b4c3761
commit
abbb0fde41
@ -16,7 +16,7 @@ jobs:
|
|||||||
LATEST_IMAGE_TAG="$IMAGE_NAME:latest"
|
LATEST_IMAGE_TAG="$IMAGE_NAME:latest"
|
||||||
|
|
||||||
# Login to the registry
|
# Login to the registry
|
||||||
docker login git.devdisciples.com --username ${{ DOCKER_USER }} --password-stdin ${{ DOCKER_PASS }}
|
docker login git.devdisciples.com --username ${{ secrets.DOCKER_USER }} --password-stdin ${{ secrets.DOCKER_PASS }}
|
||||||
|
|
||||||
# Check if the image exists.
|
# Check if the image exists.
|
||||||
# EXISTS = 0 if the image was found else 1.
|
# EXISTS = 0 if the image was found else 1.
|
||||||
|
Loading…
Reference in New Issue
Block a user