update makefile
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Simon Vieille 2023-02-05 20:04:43 +01:00
parent 46ca5126ad
commit 36de7b28a5
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -20,11 +20,11 @@ php81:
docker build -t deblan/php:8.1 -f ./Dockerfile.php8.1 .
docker tag deblan/php:8.1 gitnet.fr/deblan/php:8.1
php81-tests:
docker build -t deblan/php:8.1-tests -f ./Dockerfile.php8.1-tests .
docker tag deblan/php:8.1-tests gitnet.fr/deblan/php:8.1-tests
php82:
docker build -t deblan/php:8.2 -f ./Dockerfile.php8.2 .
docker tag deblan/php:8.2 gitnet.fr/deblan/php:8.2
build: php71 php73 php74 php80 php81
build: php71 php73 php74 php80 php81 php82
push: push_gitnet push_hub
@ -34,6 +34,7 @@ push_gitnet:
docker push gitnet.fr/deblan/php:7.4
docker push gitnet.fr/deblan/php:8.0
docker push gitnet.fr/deblan/php:8.1
docker push gitnet.fr/deblan/php:8.2
push_hub:
docker push deblan/php:7.1
@ -41,3 +42,4 @@ push_hub:
docker push deblan/php:7.4
docker push deblan/php:8.0
docker push deblan/php:8.1
docker push deblan/php:8.2