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

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

parent bf8c9874
No related branches found
No related tags found
No related merge requests found
Pipeline #111522 passed
......@@ -396,7 +396,12 @@ build_and_publish_image:
before_script:
- !reference [.publish_docker_image_template, before_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/balance_tracker/postgrest-rewriter:$CI_COMMIT_TAG"
docker push "registry-upload.hive.blog/balance_tracker/postgrest-rewriter:$CI_COMMIT_TAG"
fi
tags:
- public-runner-docker
- hived-for-tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment