Skip to content
Snippets Groups Projects
Commit 940723e8 authored by Andrew Kapuscinski's avatar Andrew Kapuscinski
Browse files

removed pushing base-image with commit sha when merged because it doesn't exist

parent 6b481090
No related branches found
No related tags found
1 merge request!179removed pushing base-image with commit sha when merged because it doesn't exist
Pipeline #1217 passed
......@@ -60,7 +60,6 @@ push base image:
script:
- echo "$HARBOR_PASSWORD" | docker login -u "$HARBOR_USER" --password-stdin $REGISTRY_URL
- docker push ${REGISTRY_URL}/ops/base:${PROJECT_NAME}
- docker push ${REGISTRY_URL}/ops/base:${CI_COMMIT_SHORT_SHA}
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
changes:
......
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