Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ubl
bdd_dev
docker-vufind
Commits
6c38d43e
Commit
6c38d43e
authored
Apr 05, 2018
by
Ulf Seltmann
Browse files
fixed httpd_image script
parent
aadd6815
Pipeline
#186
passed with stages
in 52 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6c38d43e
...
...
@@ -9,7 +9,7 @@ httpd_image:
-
docker:dind
script
:
|
mkdir -p ~/.docker && echo "$DOCKER_AUTH_CONFIG" >~/.docker/config.json
export
$
tag=`expr ${CI_COMMIT_TAG} ':' '^httpd/\(.*\)$'`
export tag=`expr ${CI_COMMIT_TAG} ':' '^httpd/\(.*\)$'`
docker build --pull -t services.ub.uni-leipzig.de:11443/bdd_dev/vufind/httpd:latest -f dockerfiles/Dockerfile.httpd .
docker tag services.ub.uni-leipzig.de:11443/bdd_dev/vufind/httpd:latest services.ub.uni-leipzig.de:11443/bdd_dev/vufind/httpd:$tag
docker push services.ub.uni-leipzig.de:11443/bdd_dev/vufind/httpd:$tag
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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