Commit 1fbb7ca5 authored by Tobias Munk's avatar Tobias Munk

upgraded to php-8.1

parent a4d21cc2
Pipeline #73699 passed with stages
in 3 minutes and 58 seconds
......@@ -10,7 +10,7 @@ variables:
before_script:
- export ISOLATION=buildpipeline${CI_PIPELINE_ID}
- export COMPOSE_PROJECT_NAME=${ISOLATION}${CI_BUILD_NAME}
- export PHP_BASE_IMAGE_VERSION=8.0
- export PHP_BASE_IMAGE_VERSION=8.1
- export STACK_PHP_IMAGE=${PHP_IMAGE_NAME}:${PHP_BASE_IMAGE_VERSION}
- export REGISTRY_PHP_IMAGE=${PHP_IMAGE_NAME}:${CI_BUILD_REF_NAME}
- export REGISTRY_PHP_IMAGE_LATEST=${PHP_IMAGE_NAME}:latest
......
build:
docker-compose build --pull php
docker-compose build --pull php-nginx
push-all:
......
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