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-app
Commits
b60fa196
Commit
b60fa196
authored
Jun 17, 2021
by
javi
Browse files
Merge branch 'develop' of
https://gitlab.bsc.es/inb/etransafe/pretox-app
into develop
parents
1b62d39b
29226b0c
Pipeline
#22612
passed with stage
in 1 minute and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
b60fa196
variables
:
DOCKER_USER
:
javicorvi
DOCKER_BUILD
:
$DOCKER_USER/$CI_PROJECT_NAME:$CI_COMMIT_REF_NAME
stages
:
-
build
build_docker_image
:
stage
:
build
script
:
-
docker login -u javicorvi -p $DOCKER_PASS
-
docker build -t $DOCKER_BUILD . -f DockerfileDev
-
docker push $DOCKER_BUILD
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