Commit 0528a21f authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 9b4c2e28
Pipeline #12073 passed with stages
in 26 seconds
......@@ -44,12 +44,19 @@ build:
stage: build
image: quay.io/buildah/stable
variables:
# Use vfs with buildah. Docker offers overlayfs as a default, but Buildah
# cannot stack overlayfs on top of another overlayfs filesystem.
STORAGE_DRIVER: vfs
# Write all image metadata in the docker format, not the standard OCI format.
# Newer versions of docker can handle the OCI format, but older versions, like
# the one shipped with Fedora 30, cannot handle the format.
BUILDAH_FORMAT: docker
FQ_IMAGE_NAME: "$CI_REGISTRY_IMAGE/test"
FQ_IMAGE_NAME: "telegram-bot"
before_script:
- echo $CI_REGISTRY_PASSWORD | buildah login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
- echo $CI_REGISTRY_PASSWORD
- echo $CI_REGISTRY_USER
- echo $CI_REGISTRY
script:
- echo "A Temp Build running"
- 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