Update .gitlab-ci.yml
This commit is contained in:
parent
4e16f18962
commit
4db574dd47
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ stages:
|
|||
|
||||
build:
|
||||
stage: build
|
||||
tags:
|
||||
- dind
|
||||
script:
|
||||
- podman build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" .
|
||||
- podman push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
|
||||
|
|
Reference in a new issue