Skip to content

Commit 994cdd6

Browse files
authored
Merge pull request #3 from andrewmy/fix-tags
Fix docker tags
2 parents 12fb5ef + 5f0bbc8 commit 994cdd6

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

7.2/build-images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
set -x
44
set -e
55

6-
(cd 7.2/base && docker build --rm --pull -t formapro/nginx-php-fpm:7.2-latest .)
7-
(cd 7.2/php-all-exts && docker build --rm -t formapro/nginx-php-fpm:7.2-latest-all-exts .)
6+
(cd 7.2/base && docker build --rm --pull -t makasim/nginx-php-fpm:7.2 .)
7+
(cd 7.2/php-all-exts && docker build --rm -t makasim/nginx-php-fpm:7.2-all-exts .)

7.2/push-images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ set -x
44
set -e
55

66
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
7-
docker push formapro/nginx-php-fpm:7.2-latest
8-
docker push formapro/nginx-php-fpm:7.2-latest-all-exts
7+
docker push makasim/nginx-php-fpm:7.2
8+
docker push makasim/nginx-php-fpm:7.2-all-exts

7.3/build-images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
set -x
44
set -e
55

6-
(cd 7.3/base && docker build --rm --pull -t formapro/nginx-php-fpm:7.3-latest .)
7-
(cd 7.3/php-all-exts && docker build --rm -t formapro/nginx-php-fpm:7.3-latest-all-exts .)
6+
(cd 7.3/base && docker build --rm --pull -t makasim/nginx-php-fpm:7.3 .)
7+
(cd 7.3/php-all-exts && docker build --rm -t makasim/nginx-php-fpm:7.3-all-exts .)

7.3/push-images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ set -x
44
set -e
55

66
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
7-
docker push formapro/nginx-php-fpm:7.3-latest
8-
docker push formapro/nginx-php-fpm:7.3-latest-all-exts
7+
docker push makasim/nginx-php-fpm:7.3
8+
docker push makasim/nginx-php-fpm:7.3-all-exts

8.0/build-images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
set -x
44
set -e
55

6-
(cd 8.0/base && docker build --rm --pull -t formapro/nginx-php-fpm:8.0-latest .)
7-
(cd 8.0/php-all-exts && docker build --rm -t formapro/nginx-php-fpm:8.0-latest-all-exts .)
6+
(cd 8.0/base && docker build --rm --pull -t makasim/nginx-php-fpm:8.0 -t makasim/nginx-php-fpm:latest .)
7+
(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 .)

8.0/push-images.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ set -x
44
set -e
55

66
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
7-
docker push formapro/nginx-php-fpm:8.0-latest
8-
docker push formapro/nginx-php-fpm:8.0-latest-all-exts
7+
docker push makasim/nginx-php-fpm:8.0
8+
docker push makasim/nginx-php-fpm:8.0-all-exts
9+
docker push makasim/nginx-php-fpm:latest
10+
docker push makasim/nginx-php-fpm:latest-all-exts

0 commit comments

Comments
 (0)