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
6b202c43
Unverified
Commit
6b202c43
authored
Jul 08, 2019
by
Sheogorath
Browse files
Update DoH version to 2.1.1
parent
7dafa294
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6b202c43
...
...
@@ -10,10 +10,12 @@ build-master:
stage
:
build
variables
:
DOCKER_HOST
:
"
tcp://docker:2375"
DOH_VERSION
:
"
2.
0
.1"
DOH_VERSION
:
"
2.
1
.1"
script
:
-
docker build --pull --build-arg VERSION="v${DOH_VERSION}" -t "doh:testing" .
-
./tools/tagging.sh "$CI_REGISTRY_IMAGE" "${DOH_VERSION:-latest}" ""
-
ls tests/*.sh | parallel --joblog /tmp/joblog
-
cat /tmp/joblog
-
docker images --format "{{.Repository}}:{{.Tag}}" "$CI_REGISTRY_IMAGE" | xargs -L 1 docker push
only
:
-
master
...
...
@@ -26,6 +28,7 @@ build:
DOCKER_HOST
:
"
tcp://docker:2375"
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" .
-
ls tests/*.sh | parallel --joblog /tmp/joblog
-
docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
except
:
-
master
...
...
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