Commit 29b3ed56 authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 0528a21f
Pipeline #12074 failed with stages
in 25 seconds
......@@ -53,10 +53,13 @@ build:
BUILDAH_FORMAT: docker
FQ_IMAGE_NAME: "telegram-bot"
before_script:
- echo $CI_REGISTRY_PASSWORD
- echo $CI_REGISTRY_USER
- echo $CI_REGISTRY
- echo $DOCKER_PASSWORD
- echo $DOCKER_USERNAME
- echo $DOCKER_REGISTRY
- echo "$DOCKER_PASSWORD" | buildah login -u "$DOCKER_USERNAME" --password-stdin $DOCKER_REGISTRY
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