add php8.2
This commit is contained in:
@@ -18,10 +18,12 @@ jobs:
|
||||
run: docker buildx create --name buildx --driver=docker-container
|
||||
- name: Build nginx-web
|
||||
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64 ./nginx-web -t git.tgj.services/thatguyjack/nginx-web:latest --push
|
||||
- name: Build php-CLI
|
||||
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64 ./php-cli/ -t git.tgj.services/thatguyjack/php-cli:latest --push
|
||||
- name: Build motioneye
|
||||
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64 ./motioneye -t git.tgj.services/thatguyjack/motioneye:latest --push
|
||||
- name: Build php-8.1-CLI
|
||||
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64 ./php-8-1-cli/ -t git.tgj.services/thatguyjack/php-cli:8.1 --push
|
||||
- name: Build php-8.1-CLI
|
||||
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64 ./php-8-1-cli/ -t git.tgj.services/thatguyjack/php-cli:latest --push
|
||||
- name: Build php-8.2-CLI
|
||||
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64 ./php-8-2-cli/ -t git.tgj.services/thatguyjack/php-cli:8.2 --push
|
||||
- name: Build php-FPM
|
||||
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64 ./php-fpm/ -t git.tgj.services/thatguyjack/php-fpm:latest --push
|
||||
# - name: Push
|
||||
|
Reference in New Issue
Block a user