Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Container Library
DNS-over-HTTPS
Commits
e6cbf23a
Unverified
Commit
e6cbf23a
authored
Mar 28, 2019
by
Sheogorath
Browse files
Fix version number
Version numbers for this project start with a `v`.
parent
65b219c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e6cbf23a
...
...
@@ -12,7 +12,7 @@ build-master:
DOCKER_HOST
:
"
tcp://docker:2375"
DOH_VERSION
:
"
2.0.1"
script
:
-
docker build --pull --build-arg VERSION="
$
DOH_VERSION" -t "doh:testing" .
-
docker build --pull --build-arg VERSION="
v${
DOH_VERSION
}
" -t "doh:testing" .
-
./tools/tagging.sh "$CI_REGISTRY_IMAGE" "${DOH_VERSION:-latest}" ""
-
docker images --format "{{.Repository}}:{{.Tag}}" "$CI_REGISTRY_IMAGE" | xargs -L 1 docker push
only
:
...
...
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