Added Motioneye
Some checks failed
Build and push image / Build (push) Failing after 41s

This commit is contained in:
Jack
2023-08-26 00:26:48 +01:00
parent 4c2e0adacb
commit 90001efc69
3 changed files with 65 additions and 1 deletions

View File

@@ -20,8 +20,11 @@ jobs:
run: docker build ./php-cli/ -t git.tgj.services/thatguyjack/php-cli:latest
- name: Build nginx-web
run: docker build ./nginx-web -t git.tgj.services/thatguyjack/nginx-web:latest
- name: Build motioneye
run: docker build ./motioneye -t 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/nginx-web:latest
docker push git.tgj.services/thatguyjack/motioneye:latest