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

fix ci/cd

parent 5591e19c
No related branches found
No related tags found
No related merge requests found
Pipeline #97070 passed
......@@ -11,11 +11,8 @@ build:
- 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
- buildah images
- buildah build -t IMAGE_TAG
- 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