Commit 591a1e7f authored by Tobias Munk's avatar Tobias Munk

updated image name (repo)

parent a546d55b
Pipeline #9865 passed with stages
......@@ -5,4 +5,4 @@ COMPOSE_FILE=./docker-compose.yml:./docker-compose.dev.yml
GITHUB_API_TOKEN=0000000000000000000000000000000000000000
STACK_PHP_IMAGE=registry-v2.hrzg.de/dmstr/yii2-app
\ No newline at end of file
STACK_PHP_IMAGE=dmstr/yii2-app
\ No newline at end of file
......@@ -9,7 +9,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 STACK_PHP_IMAGE=registry-v2.hrzg.de/dmstr/yii2-app:${APP_VERSION}
- export STACK_PHP_IMAGE=dmstr/yii2-app:${APP_VERSION}
build:
......
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