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
ef5e1e5c
Commit
ef5e1e5c
authored
Jun 11, 2021
by
jcorvi
Browse files
Add new file
parent
7a77d59f
Pipeline
#22520
failed with stage
in 2 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
ef5e1e5c
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 .
-
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