Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
ca44ec8a
Unverified
Commit
ca44ec8a
authored
Feb 01, 2018
by
Thom Wiggers
📐
Browse files
Always pull newer versions of dependencies
parent
ac17e439
Changes
1
Hide whitespace changes
Inline
Side-by-side
release.sh
View file @
ca44ec8a
...
@@ -72,7 +72,7 @@ fi
...
@@ -72,7 +72,7 @@ fi
docker_tag
=
"registry.gitlab.com/thaliawww/concrexit:
$version
"
docker_tag
=
"registry.gitlab.com/thaliawww/concrexit:
$version
"
docker build
-t
"
$docker_tag
"
.
docker build
--pull
-t
"
$docker_tag
"
.
if
yesno
"Do you want to push the container?"
;
then
if
yesno
"Do you want to push the container?"
;
then
docker push
"
$docker_tag
"
docker push
"
$docker_tag
"
...
...
Write
Preview
Supports
Markdown
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