Skip to content
Snippets Groups Projects
Commit 5591e19c authored by Julien.Prados's avatar Julien.Prados
Browse files

test buildha

parent 6dd62ed9
No related branches found
No related tags found
No related merge requests found
Pipeline #97068 failed
build:
image: docker
services:
- docker:dind
stage: build
image: quay.io/buildah/stable
variables:
STORAGE_DRIVER: vfs
BUILDAH_FORMAT: docker
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
before_script:
- echo "$CI_REGISTRY_PASSWORD" | buildah login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY
script:
- echo "IMAGE_TAG=" $IMAGE_TAG
- echo "CI_REGISTRY=" $CI_REGISTRY
- echo "CI_REGISTRY_USER=" $CI_REGISTRY_USER
- echo "CI_REGISTRY_PASSWORD=" $CI_REGISTRY_PASSWORD
- docker ps -a
- buildah images
- buildah build -t IMAGE_TAG
- buildah images
- buildah push $IMAGE_TAG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment