1
0
Fork 0

Update .gitlab-ci.yml file

This commit is contained in:
Saibotk 2022-08-13 16:30:03 +00:00
parent 33c551a2a8
commit e727988a9a

View file

@ -18,6 +18,7 @@ build:
stage: build
tags:
- privileged
- ram-4gb
script:
- podman build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" .
- podman push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"