Commit af54cafd authored by Tobias Munk's avatar Tobias Munk

fixed docker login

parent e54e1206
Pipeline #16312 passed with stages
in 9 minutes and 7 seconds
......@@ -70,6 +70,7 @@ release:php:latest:
- latest
- tags
script:
- docker login --username ${REGISTRY_USER} --password ${REGISTRY_PASS} ${REGISTRY_HOST}
- docker tag ${STACK_PHP_IMAGE} ${REGISTRY_PHP_IMAGE}
- docker push ${REGISTRY_PHP_IMAGE}
- docker tag ${STACK_PHP_IMAGE}-alpine ${REGISTRY_PHP_IMAGE}-alpine
......
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