Skip to content
Snippets Groups Projects
Commit 19930492 authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

fix CI error

parent 3a625f2f
No related branches found
No related tags found
No related merge requests found
Pipeline #281493 canceled
......@@ -15,8 +15,8 @@ before_script:
build:
stage: build
script:
- docker pull ${CONTAINER_TEST_IMAGE} || true
- docker build --cache-from ${CONTAINER_TEST_IMAGE}
- docker pull ${CI_REGISTRY_IMAGE}:latest || true
- docker build --cache-from ${CI_REGISTRY_IMAGE}:latest
--tag ${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_SLUG}
--tag ${CI_REGISTRY_IMAGE}:latest .
- docker push ${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_SLUG}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment