Commit 6bbc4a47 authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 29b3ed56
Pipeline #12075 failed with stages
in 26 seconds
......@@ -56,7 +56,7 @@ build:
- echo $DOCKER_PASSWORD
- echo $DOCKER_USERNAME
- echo $DOCKER_REGISTRY
- echo "$DOCKER_PASSWORD" | buildah login -u "$DOCKER_USERNAME" --password-stdin $DOCKER_REGISTRY
- echo $DOCKER_PASSWORD | buildah login --username $DOCKER_USERNAME --password-stdin docker.io
script:
- echo "Temp Docker Image running"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment