Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
enasequence
webin-portal
Commits
bc44db8e
Commit
bc44db8e
authored
Jan 28, 2022
by
Rajkumar-D
Browse files
Updating the gitlab runners
parent
3e98f483
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
.gitlab-ci.yml
.gitlab-ci.yml
+6
-0
No files found.
.gitlab-ci.yml
View file @
bc44db8e
...
...
@@ -24,6 +24,8 @@ docker-build-dev:
-
docker login $CI_REGISTRY -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD
-
docker build -t $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG --build-arg configuration=dev --build-arg basePath=/ena/dev/submit/webin/ .
-
docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
tags
:
-
ena-dcap-gitlab-runner
docker-build-test
:
stage
:
package
...
...
@@ -35,6 +37,8 @@ docker-build-test:
-
docker login $CI_REGISTRY -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD
-
docker build -t $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG --build-arg configuration=test --build-arg basePath=/ena/submit/webin/ .
-
docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
tags
:
-
ena-dcap-gitlab-runner
docker-build-prod
:
stage
:
package
...
...
@@ -47,6 +51,8 @@ docker-build-prod:
-
docker login $CI_REGISTRY -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD
-
docker build -t $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG --build-arg configuration=production --build-arg basePath=/ena/submit/webin/ .
-
docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
tags
:
-
ena-dcap-gitlab-runner
k8s-deploy-dev
:
image
:
dtzar/helm-kubectl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment