Skip to content
Snippets Groups Projects
Commit 62ff30a4 authored by Christian Rohlfing's avatar Christian Rohlfing
Browse files

Update .gitlab-ci.yml

bugfix 2
parent ccb3f4bc
Branches
Tags
No related merge requests found
Pipeline #281488 failed
......@@ -23,7 +23,7 @@ build-docker:
- docker pull ${CONTAINER_TEST_IMAGE} || true
- docker build --cache-from ${CONTAINER_TEST_IMAGE} --tag ${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHA} --tag ${CONTAINER_TEST_IMAGE}{ .}
- docker push ${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHA}
- {docker} push ${CONTAINER_TEST_IMAGE}
- docker push ${CONTAINER_TEST_IMAGE}
only:
- master
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment