fix(CI): Syntax

This commit is contained in:
Sven Feyerabend 2021-05-28 21:34:13 +02:00
parent 3719527bb3
commit 8e30632117
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ build-main:
script:
- buildah tag "$CI_REGISTRY_IMAGE" "$CI_REGISTRY_IMAGE:branch-$CI_COMMIT_REF_SLUG"
- buildah push "$CI_REGISTRY_IMAGE:branch-$CI_COMMIT_REF_SLUG" "docker://$CI_REGISTRY_IMAGE:branch-$CI_COMMIT_REF_SLUG"
only: main
only:
- main
build:
script: