Commit 5f3071de authored by Tobias Munk's avatar Tobias Munk

fixed build arg

parent 65aa672e
Pipeline #24795 passed with stages
in 2 minutes and 53 seconds
...@@ -25,8 +25,6 @@ services: ...@@ -25,8 +25,6 @@ services:
build: build:
dockerfile: Dockerfile-fpm-alpine dockerfile: Dockerfile-fpm-alpine
context: 'php' context: 'php'
args:
- PHP_IMAGE_VERSION=${PHP_IMAGE_VERSION}
image: ${PHP_IMAGE_NAME}:${PHP_IMAGE_VERSION}-alpine image: ${PHP_IMAGE_NAME}:${PHP_IMAGE_VERSION}-alpine
volumes: volumes:
- ./test:/test - ./test:/test
...@@ -34,4 +32,6 @@ services: ...@@ -34,4 +32,6 @@ services:
build: build:
dockerfile: Dockerfile-fpm-alpine-nginx dockerfile: Dockerfile-fpm-alpine-nginx
context: 'nginx' context: 'nginx'
args:
- PHP_IMAGE_VERSION=${PHP_IMAGE_VERSION}
image: ${PHP_IMAGE_NAME}:${PHP_IMAGE_VERSION}-alpine-nginx image: ${PHP_IMAGE_NAME}:${PHP_IMAGE_VERSION}-alpine-nginx
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