1
0
Fork 0

Update .gitlab-ci.yml file

This commit is contained in:
Saibotk 2022-08-13 15:52:08 +00:00
parent 5ef36930bf
commit 72e65a799c

View file

@ -19,8 +19,6 @@ build:
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"
tags:
- ram-4gb
test: test:
stage: test stage: test