Skip to content
Snippets Groups Projects
Commit d2c4b44c authored by trantzas's avatar trantzas
Browse files

Merging 2024Q2_RC into main, creating 2024Q2 Release (use variable tag name...

Merging 2024Q2_RC into main, creating 2024Q2 Release (use variable tag name instead of REF_NAME at docker image building)
parents b7bb3981 49d0b0b0
No related branches found
No related tags found
No related merge requests found
Pipeline #7255 passed
......@@ -21,7 +21,7 @@
echo "Pushing Docker image with tag 'latest'"
export DOCKER_TAG=latest
fi
- /kaniko/executor --context "${CI_PROJECT_DIR}" --dockerfile "${CI_PROJECT_DIR}/Dockerfile" --destination "${CI_REGISTRY_IMAGE}:$APP_VERSION"
- /kaniko/executor --context "${CI_PROJECT_DIR}" --dockerfile "${CI_PROJECT_DIR}/Dockerfile" --destination "${CI_REGISTRY_IMAGE}:$DOCKER_TAG"
.angular_build:
extends: .default
......
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