This commit is contained in:
Nikola Kubiczek 2023-09-25 18:15:05 +02:00
parent 6fd0187e5b
commit ae9d1f825a
Signed by: yaemiku
GPG Key ID: ADC039636B3E4AAB

View File

@ -19,9 +19,9 @@ build:
- buildah images - buildah images
- buildah build -t $FQ_IMAGE_NAME -t $FQ_IMAGE_NAME #:$CI_COMMIT_TAG - buildah build -t $FQ_IMAGE_NAME -t $FQ_IMAGE_NAME #:$CI_COMMIT_TAG
- buildah images - buildah images
- buildah push -a $FQ_IMAGE_NAME - buildah push --all $FQ_IMAGE_NAME
after_script: after_script:
- buildah logout - buildah logout "$REGISTRY"
# rules: # rules:
# - if: $CI_COMMIT_TAG # - if: $CI_COMMIT_TAG