From 5f0bbc84dcc0be207c34805f3cc9f7d9e4fe2250 Mon Sep 17 00:00:00 2001 From: Andrew M-Y Date: Tue, 9 Feb 2021 02:29:57 +0200 Subject: [PATCH] Fix docker tags --- 7.2/build-images.sh | 4 ++-- 7.2/push-images.sh | 4 ++-- 7.3/build-images.sh | 4 ++-- 7.3/push-images.sh | 4 ++-- 8.0/build-images.sh | 4 ++-- 8.0/push-images.sh | 6 ++++-- 6 files changed, 14 insertions(+), 12 deletions(-) diff --git a/7.2/build-images.sh b/7.2/build-images.sh index 90b7f89..10eec2e 100755 --- a/7.2/build-images.sh +++ b/7.2/build-images.sh @@ -3,5 +3,5 @@ set -x set -e -(cd 7.2/base && docker build --rm --pull -t formapro/nginx-php-fpm:7.2-latest .) -(cd 7.2/php-all-exts && docker build --rm -t formapro/nginx-php-fpm:7.2-latest-all-exts .) +(cd 7.2/base && docker build --rm --pull -t makasim/nginx-php-fpm:7.2 .) +(cd 7.2/php-all-exts && docker build --rm -t makasim/nginx-php-fpm:7.2-all-exts .) diff --git a/7.2/push-images.sh b/7.2/push-images.sh index eafb255..ff76e32 100755 --- a/7.2/push-images.sh +++ b/7.2/push-images.sh @@ -4,5 +4,5 @@ set -x set -e docker login -u $DOCKER_USER -p $DOCKER_PASSWORD -docker push formapro/nginx-php-fpm:7.2-latest -docker push formapro/nginx-php-fpm:7.2-latest-all-exts +docker push makasim/nginx-php-fpm:7.2 +docker push makasim/nginx-php-fpm:7.2-all-exts diff --git a/7.3/build-images.sh b/7.3/build-images.sh index 74ebb67..25feff5 100755 --- a/7.3/build-images.sh +++ b/7.3/build-images.sh @@ -3,5 +3,5 @@ set -x set -e -(cd 7.3/base && docker build --rm --pull -t formapro/nginx-php-fpm:7.3-latest .) -(cd 7.3/php-all-exts && docker build --rm -t formapro/nginx-php-fpm:7.3-latest-all-exts .) +(cd 7.3/base && docker build --rm --pull -t makasim/nginx-php-fpm:7.3 .) +(cd 7.3/php-all-exts && docker build --rm -t makasim/nginx-php-fpm:7.3-all-exts .) diff --git a/7.3/push-images.sh b/7.3/push-images.sh index 8458a3c..5c8c1d7 100755 --- a/7.3/push-images.sh +++ b/7.3/push-images.sh @@ -4,5 +4,5 @@ set -x set -e docker login -u $DOCKER_USER -p $DOCKER_PASSWORD -docker push formapro/nginx-php-fpm:7.3-latest -docker push formapro/nginx-php-fpm:7.3-latest-all-exts +docker push makasim/nginx-php-fpm:7.3 +docker push makasim/nginx-php-fpm:7.3-all-exts diff --git a/8.0/build-images.sh b/8.0/build-images.sh index 91821f4..90f5865 100755 --- a/8.0/build-images.sh +++ b/8.0/build-images.sh @@ -3,5 +3,5 @@ set -x set -e -(cd 8.0/base && docker build --rm --pull -t formapro/nginx-php-fpm:8.0-latest .) -(cd 8.0/php-all-exts && docker build --rm -t formapro/nginx-php-fpm:8.0-latest-all-exts .) +(cd 8.0/base && docker build --rm --pull -t makasim/nginx-php-fpm:8.0 -t makasim/nginx-php-fpm:latest .) +(cd 8.0/php-all-exts && docker build --rm -t makasim/nginx-php-fpm:8.0-all-exts -t makasim/nginx-php-fpm:latest-all-exts .) diff --git a/8.0/push-images.sh b/8.0/push-images.sh index 5794764..3f95bb1 100755 --- a/8.0/push-images.sh +++ b/8.0/push-images.sh @@ -4,5 +4,7 @@ set -x set -e docker login -u $DOCKER_USER -p $DOCKER_PASSWORD -docker push formapro/nginx-php-fpm:8.0-latest -docker push formapro/nginx-php-fpm:8.0-latest-all-exts +docker push makasim/nginx-php-fpm:8.0 +docker push makasim/nginx-php-fpm:8.0-all-exts +docker push makasim/nginx-php-fpm:latest +docker push makasim/nginx-php-fpm:latest-all-exts