Skip to content
Snippets Groups Projects
Commit 9f3bd8c6 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

fix push stage

parent de48dc74
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1391fix push stage
Pipeline #10158 passed
......@@ -2,7 +2,7 @@
.push:
script:
- echo "$HARBOR_PASSWORD" | docker login -u "$HARBOR_USER" --password-stdin $REGISTRY_URL
- NAME="${$REGISTRY_URL}/workspaces/${SERVICE_NAME}"
- NAME="${REGISTRY_URL}/workspaces/${SERVICE_NAME}"
- docker push ${NAME}:${IMAGE_TAG}
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /(^[0-9]\.[0-9]|^[0-9]\.[0-9]\.[0-9])-DEVELOPMENT/'
......
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