Fixed secret references
Some checks failed
Build a new image for the MycroForge docs / test (push) Failing after 4s

This commit is contained in:
mdnapo 2024-10-13 14:35:25 +02:00
parent 994b4c3761
commit abbb0fde41

View File

@ -16,7 +16,7 @@ jobs:
LATEST_IMAGE_TAG="$IMAGE_NAME:latest"
# 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.
# EXISTS = 0 if the image was found else 1.