--all
This commit is contained in:
parent
6fd0187e5b
commit
ae9d1f825a
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user