Commit e7c2b95a authored by Tobias Munk's avatar Tobias Munk

fixed typo

parent 78b30c48
Pipeline #19751 passed with stages
in 2 minutes and 25 seconds
......@@ -167,5 +167,5 @@ release:php-alpine-nginx-xdebug:tag:
- tags
script:
- docker login --username ${REGISTRY_USER} --password ${REGISTRY_PASS} ${REGISTRY_HOST}
- docker tag ${STACK_PHP_IMAGE}-alpine-nginx-xdebug ${REGISTRY_PHP_IMAGE_LATEST}-alpine-nginx-xdebug
- docker push ${REGISTRY_PHP_IMAGE_LATEST}-alpine-nginx-xdebug
- docker tag ${STACK_PHP_IMAGE}-alpine-nginx-xdebug ${REGISTRY_PHP_IMAGE}-alpine-nginx-xdebug
- docker push ${REGISTRY_PHP_IMAGE}-alpine-nginx-xdebug
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