Skip to content
Snippets Groups Projects
Commit a8fad29a authored by newton Lars's avatar newton Lars
Browse files

Update .gitlab-ci.yml

parent 46090116
No related branches found
No related tags found
No related merge requests found
Pipeline #180076 passed
...@@ -15,7 +15,7 @@ build: ...@@ -15,7 +15,7 @@ build:
--dockerfile $CI_PROJECT_DIR/server-ce/Dockerfile --dockerfile $CI_PROJECT_DIR/server-ce/Dockerfile
--destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" --destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
except: except:
- main - withoutShell
build: build:
stage: build stage: build
...@@ -25,6 +25,6 @@ build: ...@@ -25,6 +25,6 @@ build:
--context $CI_PROJECT_DIR --context $CI_PROJECT_DIR
--dockerfile $CI_PROJECT_DIR/server-ce/Dockerfile --dockerfile $CI_PROJECT_DIR/server-ce/Dockerfile
--destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" --destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
--destination "$CI_REGISTRY_IMAGE:latest" --destination "$CI_REGISTRY_IMAGE:withoutshell"
only: only:
- main - withoutShell
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment