Skip to content
Snippets Groups Projects
Commit f97d9edb authored by Gregor Schulz's avatar Gregor Schulz
Browse files

Merge branch 'main' into production

parents ce315153 29b81be0
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,7 @@ build_docker: ...@@ -64,6 +64,7 @@ build_docker:
- docker build --cache-from "$GCR_IMAGE" -t "$GCR_IMAGE":latest -t "$GCR_IMAGE":"$CI_COMMIT_SHA" -t "$GCR_IMAGE":"$CI_COMMIT_REF_SLUG" . - docker build --cache-from "$GCR_IMAGE" -t "$GCR_IMAGE":latest -t "$GCR_IMAGE":"$CI_COMMIT_SHA" -t "$GCR_IMAGE":"$CI_COMMIT_REF_SLUG" .
- docker push "$GCR_IMAGE":"$CI_COMMIT_SHA" - docker push "$GCR_IMAGE":"$CI_COMMIT_SHA"
- docker push "$GCR_IMAGE":"$CI_COMMIT_REF_SLUG" - docker push "$GCR_IMAGE":"$CI_COMMIT_REF_SLUG"
- docker push "$GCR_IMAGE":latest # for caching the build
## staging environment ## staging environment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment