Skip to content
Snippets Groups Projects
Commit 94d123d2 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: no docker hub push merge requests

parent e2412266
No related branches found
No related tags found
1 merge request!708fix: no docker hub push merge requests
This commit is part of merge request !708. Comments created here will be created in the context of that merge request.
...@@ -103,6 +103,7 @@ version: ...@@ -103,6 +103,7 @@ version:
VERSION="unstable-mr-${CI_MERGE_REQUEST_PROJECT_ID}-${CI_MERGE_REQUEST_IID}" VERSION="unstable-mr-${CI_MERGE_REQUEST_PROJECT_ID}-${CI_MERGE_REQUEST_IID}"
NIGHTLY_TAG="${VERSION}-nightly" NIGHTLY_TAG="${VERSION}-nightly"
EXPORT_TAG="${VERSION}" EXPORT_TAG="${VERSION}"
DH_PUSH=""
elif [[ "$CI_COMMIT_TAG" =~ ^v[0-9.]+\.[0-9]+\.[0-9]+ ]]; then elif [[ "$CI_COMMIT_TAG" =~ ^v[0-9.]+\.[0-9]+\.[0-9]+ ]]; then
VERSION="${CI_COMMIT_TAG:1}" VERSION="${CI_COMMIT_TAG:1}"
EXPORT_TAG="${VERSION}" EXPORT_TAG="${VERSION}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment