pr9 images
This commit is contained in:
parent
0e003b6e45
commit
46d52f09ef
@ -35,5 +35,7 @@ First, follow regular update instructions on the website (uploading files etc).
|
||||
| --- | ------------------ | -----------
|
||||
v2-pr7 | v2.0.0-pr7 | 7.4
|
||||
v2-pr8 | v2.0.0-pr8 | 7.4
|
||||
v2-pr9dev | v2 development (unstable) | 7.4
|
||||
v2-pr9dev-php8 | v2 development (unstable) | 8.0
|
||||
v2-pr9 | v2.0.0-pr9 | 7.4
|
||||
v2-pr9-php8 | v2.0.0-pr9 | 8.0
|
||||
dev | v2 development (unstable) | 7.4
|
||||
dev-php8 | v2 development (unstable) | 8.0
|
||||
|
||||
12
deploy.sh
12
deploy.sh
@ -12,8 +12,10 @@ export DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
docker buildx build \
|
||||
-t namelessmc/nginx:v2-pr7 \
|
||||
-t namelessmc/nginx:v2-pr8 \
|
||||
-t namelessmc/nginx:v2-pr9dev \
|
||||
-t namelessmc/nginx:v2-pr9dev-php8 \
|
||||
-t namelessmc/nginx:v2-pr9 \
|
||||
-t namelessmc/nginx:v2-pr9-php8 \
|
||||
-t namelessmc/nginx:dev \
|
||||
-t namelessmc/nginx:dev-php8 \
|
||||
--platform=linux/arm,linux/arm64,linux/amd64 nginx_web --push
|
||||
|
||||
deploy_php(){
|
||||
@ -26,5 +28,7 @@ deploy_php(){
|
||||
# Tag PHP NamelessMC
|
||||
deploy_php v2-pr7 7.4 v2.0.0-pr7
|
||||
deploy_php v2-pr8 7.4 v2.0.0-pr8
|
||||
deploy_php v2-pr9dev 7.4 v2
|
||||
deploy_php v2-pr9dev-php8 8.0 v2
|
||||
deploy_php v2-pr9 7.4 v2.0.0-pr9
|
||||
deploy_php v2-pr9-php8 8.0 v2.0.0-pr9
|
||||
deploy_php dev 7.4 v2
|
||||
deploy_php dev-php8 8.0 v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user