Skip to content
Snippets Groups Projects
Commit 154be645 authored by Sebastian Pisula's avatar Sebastian Pisula
Browse files

feature(core): php 8.2

parent a8b5debd
No related branches found
No related tags found
1 merge request!17feature(core): php 8.2
Pipeline #310607 passed with warnings with stage
in 1 minute and 42 seconds
...@@ -23,8 +23,11 @@ stages: ...@@ -23,8 +23,11 @@ stages:
- echo $IMAGE_TAG - echo $IMAGE_TAG
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script: script:
- sh Docker/php-8.1/build.sh - cd Docker/php-8.1
- sh Docker/php-8.2/build.sh - sh ./build.sh
- cd ..
- cd Docker/php-8.2
- sh ./build.sh
build: build:
<<: *build-template <<: *build-template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment