Update .gitlab-ci.yml file
This commit is contained in:
parent
33c551a2a8
commit
e727988a9a
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ build:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- privileged
|
- privileged
|
||||||
|
- ram-4gb
|
||||||
script:
|
script:
|
||||||
- podman build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" .
|
- podman build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" .
|
||||||
- podman push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
|
- podman push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
|
||||||
|
|
Reference in a new issue