1
0
Fork 0

Update .gitlab-ci.yml

This commit is contained in:
Saibotk 2021-01-02 18:35:48 +00:00
parent 4e16f18962
commit 4db574dd47

View file

@ -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"