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
Olena
pylene
Commits
c23fe1da
Commit
c23fe1da
authored
Aug 19, 2019
by
Edwin Carlinet
Browse files
[ci_skip] Fix .gitlab-ci.yml for docker.
parent
2680d6a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c23fe1da
...
...
@@ -23,8 +23,8 @@ variables:
stage
:
build
script
:
-
docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
-
docker build -t ${FEDORA_30} -f utils/docker-fedora/ --build-arg VERSION=30 --no-cache .
-
docker build -t ${FEDORA_29} -f utils/docker-fedora/ --build-arg VERSION=29 --no-cache .
-
docker build -t ${FEDORA_30} -f utils/docker-fedora/
Dockerfile
--build-arg VERSION=30 --no-cache .
-
docker build -t ${FEDORA_29} -f utils/docker-fedora/
Dockerfile
--build-arg VERSION=29 --no-cache .
-
docker push ${FEDORA_30}
-
docker push ${FEDORA_29}
...
...
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