File tree Expand file tree Collapse file tree 6 files changed +14
-12
lines changed Expand file tree Collapse file tree 6 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 3
3
set -x
4
4
set -e
5
5
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 .)
Original file line number Diff line number Diff line change 4
4
set -e
5
5
6
6
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
Original file line number Diff line number Diff line change 3
3
set -x
4
4
set -e
5
5
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 .)
Original file line number Diff line number Diff line change 4
4
set -e
5
5
6
6
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
Original file line number Diff line number Diff line change 3
3
set -x
4
4
set -e
5
5
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 .)
Original file line number Diff line number Diff line change 4
4
set -e
5
5
6
6
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
You can’t perform that action at this time.
0 commit comments