Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
INB
eTRANSAFE
pretox-rest-api
Commits
1fe1c23e
Commit
1fe1c23e
authored
Aug 12, 2021
by
jcorvi
Browse files
Update .gitlab-ci.yml
parent
f6c3b0f1
Pipeline
#23825
failed with stage
in 4 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1fe1c23e
...
...
@@ -6,8 +6,11 @@ stages:
build_docker_image
:
stage
:
build
script
:
-
docker login -u javicorvi -p $DOCKER_PASS
-
docker build -t $DOCKER_BUILD .
-
docker push $DOCKER_BUILD
#- docker login -u javicorvi -p $DOCKER_PASS
#- docker build -t registry.gitlab.bsc.es/ .
#- docker push $DOCKER_BUILD
-
docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.bsc.es
-
docker build -t registry.gitlab.bsc.es/inb/etransafe/pretox-rest-api:develop .
-
docker push registry.gitlab.bsc.es/inb/etransafe/pretox-rest-api:develop
tags
:
-
build
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