Skip to content
Snippets Groups Projects

Fix Docker installations, Fix CI env vars

Merged Moul requested to merge fix_docker_install into master
1 unresolved thread
2 files
+ 4
10
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
5
@@ -14,12 +14,10 @@ build_image:
services:
- docker:dind
script:
- docker login -u "gitlab-ci-token" -p "$CI_BUILD_TOKEN" $CI_REGISTRY
- docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_BUILD_TAG" .
- docker push "$CI_REGISTRY_IMAGE:$CI_BUILD_TAG"
- docker login -u "gitlab-ci-token" -p "$CI_JOB_TOKEN" $CI_REGISTRY
- docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG" .
- docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG"
only:
- tags
tags:
- docker
# simple edit to trigger this old pipeline again
\ No newline at end of file
Loading