Skip to content
Snippets Groups Projects
Commit d0d54a23 authored by Dan Notestein's avatar Dan Notestein
Browse files

Push the postgrest-rewriter image to registry.hive.blog for tagged releases

parent 0856eb8f
No related branches found
No related tags found
2 merge requests!83Merge develop to master for release,!70Update submodules:
Pipeline #111560 passed
...@@ -398,7 +398,12 @@ build_and_publish_image: ...@@ -398,7 +398,12 @@ build_and_publish_image:
before_script: before_script:
- !reference [.publish_docker_image_template, before_script] - !reference [.publish_docker_image_template, before_script]
script: script:
- scripts/ci-helpers/build_and_publish_instance.sh - |
scripts/ci-helpers/build_and_publish_instance.sh
if [[ -n "$CI_COMMIT_TAG" ]]; then
docker tag "$CI_REGISTRY_IMAGE/postgrest-rewriter:$CI_COMMIT_TAG" "registry-upload.hive.blog/reputation_tracker/postgrest-rewriter:$CI_COMMIT_TAG"
docker push "registry-upload.hive.blog/reputation_tracker/postgrest-rewriter:$CI_COMMIT_TAG"
fi
tags: tags:
- public-runner-docker - public-runner-docker
- hived-for-tests - hived-for-tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment