E
Some checks failed
Build and push image / Build (push) Failing after 55m11s

This commit is contained in:
Jack 2023-08-26 04:13:06 +01:00
parent 9d85a8c4ed
commit a2bc8635bb
2 changed files with 9 additions and 7 deletions

View File

@ -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
- 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
- name: Push
run: |
docker push git.tgj.services/thatguyjack/php-fpm: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/motioneye:latest
# - name: Push
# run: |
# docker push git.tgj.services/thatguyjack/php-fpm: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/motioneye:latest

View File

@ -5,3 +5,5 @@ git.tgj.services/thatguyjack/php-fpm:latest
git.tgj.services/thatguyjack/php-cli:latest
git.tgj.services/thatguyjack/nginx-web:latest
```
- All containers are built for `linux/amd64,linux/arm64,linux/arm/v7`