Commit 098c5551 authored by Tobias Munk's avatar Tobias Munk

updated image name in build

parent 4d7e7677
Pipeline #11031 failed with stages
in 18 seconds
......@@ -10,7 +10,7 @@ before_script:
- export ISOLATION=buildref${CI_BUILD_REF}$(echo ${CI_BUILD_REF_NAME} | tr -dc '[:alnum:]\n\r' | tr '[:upper:]' '[:lower:]')
- export COMPOSE_PROJECT_NAME=${ISOLATION}
- export APP_VERSION=$(git describe --always --dirty)
- export PHP_IMAGE_NAME=local/yii2-app
- export PHP_IMAGE_NAME=dmstr/yii2-app
- export STACK_PHP_IMAGE=${PHP_IMAGE_NAME}:${APP_VERSION}
- export REGISTRY_PHP_IMAGE=${PHP_IMAGE_NAME}:${CI_BUILD_REF_NAME}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment