Update .gitlab-ci.yml file
This commit is contained in:
parent
5ef36930bf
commit
72e65a799c
1 changed files with 0 additions and 2 deletions
|
@ -19,8 +19,6 @@ build:
|
|||
script:
|
||||
- podman build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" .
|
||||
- podman push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
|
||||
tags:
|
||||
- ram-4gb
|
||||
|
||||
test:
|
||||
stage: test
|
||||
|
|
Reference in a new issue