This commit is contained in:
parent
9d85a8c4ed
commit
a2bc8635bb
@ -24,9 +24,9 @@ jobs:
|
|||||||
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64,linux/arm/v7 ./motioneye -t git.tgj.services/thatguyjack/motioneye:latest --push
|
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64,linux/arm/v7 ./motioneye -t git.tgj.services/thatguyjack/motioneye:latest --push
|
||||||
- name: Build php-FPM
|
- name: Build php-FPM
|
||||||
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64,linux/arm/v7 ./php-fpm/ -t git.tgj.services/thatguyjack/php-fpm:latest --push
|
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64,linux/arm/v7 ./php-fpm/ -t git.tgj.services/thatguyjack/php-fpm:latest --push
|
||||||
- name: Push
|
# - name: Push
|
||||||
run: |
|
# run: |
|
||||||
docker push git.tgj.services/thatguyjack/php-fpm:latest
|
# docker push git.tgj.services/thatguyjack/php-fpm:latest
|
||||||
docker push git.tgj.services/thatguyjack/php-cli:latest
|
# docker push git.tgj.services/thatguyjack/php-cli:latest
|
||||||
docker push git.tgj.services/thatguyjack/nginx-web:latest
|
# docker push git.tgj.services/thatguyjack/nginx-web:latest
|
||||||
docker push git.tgj.services/thatguyjack/motioneye:latest
|
# docker push git.tgj.services/thatguyjack/motioneye:latest
|
@ -5,3 +5,5 @@ git.tgj.services/thatguyjack/php-fpm:latest
|
|||||||
git.tgj.services/thatguyjack/php-cli:latest
|
git.tgj.services/thatguyjack/php-cli:latest
|
||||||
git.tgj.services/thatguyjack/nginx-web:latest
|
git.tgj.services/thatguyjack/nginx-web:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- All containers are built for `linux/amd64,linux/arm64,linux/arm/v7`
|
Loading…
x
Reference in New Issue
Block a user