Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ build8.4: stage: build script: - export HTTP_PROXY=http://10.14.128.99:3128 - export NO_PROXY=.unicaen.fr - export PHP_VERSION=8.4 - docker build --rm --build-arg PHP_VERSION=${PHP_VERSION} --build-arg HTTP_PROXY=${HTTP_PROXY} -f Dockerfile-8.x -t open-source/docker/unicaen-image:php${PHP_VERSION} . - docker tag open-source/docker/unicaen-image:php${PHP_VERSION} registre.unicaen.fr:5000/open-source/docker/unicaen-image:php${PHP_VERSION} Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ build8.4: stage: build script: - export HTTP_PROXY=http://10.14.128.99:3128 - export NO_PROXY=.unicaen.fr - export PHP_VERSION=8.4 - docker build --rm --build-arg PHP_VERSION=${PHP_VERSION} --build-arg HTTP_PROXY=${HTTP_PROXY} -f Dockerfile-8.x -t open-source/docker/unicaen-image:php${PHP_VERSION} . - docker tag open-source/docker/unicaen-image:php${PHP_VERSION} registre.unicaen.fr:5000/open-source/docker/unicaen-image:php${PHP_VERSION} Loading