This commit is contained in:
parent
da7e24c9c6
commit
bd83c46509
@ -14,14 +14,16 @@ jobs:
|
|||||||
run: git clone https://git.tgj.services/thatguyjack/custom-docker-containers.git .
|
run: git clone https://git.tgj.services/thatguyjack/custom-docker-containers.git .
|
||||||
- name: Login
|
- name: Login
|
||||||
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login git.tgj.services -u thatguyjack --password-stdin
|
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login git.tgj.services -u thatguyjack --password-stdin
|
||||||
|
- name: Buildx Container
|
||||||
|
run: docker buildx create --name container --driver=docker-container container
|
||||||
- name: Build php-FPM
|
- name: Build php-FPM
|
||||||
run: docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 ./php-fpm/ -t git.tgj.services/thatguyjack/php-fpm:latest --push
|
run: docker buildx build --builder=container --platform linux/amd64,linux/arm64,linux/arm/v7 ./php-fpm/ -t git.tgj.services/thatguyjack/php-fpm:latest --push
|
||||||
- name: Build php-CLI
|
- name: Build php-CLI
|
||||||
run: docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 ./php-cli/ -t git.tgj.services/thatguyjack/php-cli:latest --push
|
run: docker buildx build --builder=container --platform linux/amd64,linux/arm64,linux/arm/v7 ./php-cli/ -t git.tgj.services/thatguyjack/php-cli:latest --push
|
||||||
- name: Build nginx-web
|
- name: Build nginx-web
|
||||||
run: docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 ./nginx-web -t git.tgj.services/thatguyjack/nginx-web:latest --push
|
run: docker buildx build --builder=container --platform linux/amd64,linux/arm64,linux/arm/v7 ./nginx-web -t git.tgj.services/thatguyjack/nginx-web:latest --push
|
||||||
- name: Build motioneye
|
- name: Build motioneye
|
||||||
run: docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 ./motioneye -t git.tgj.services/thatguyjack/motioneye:latest --push
|
run: docker buildx build --builder=container --platform linux/amd64,linux/arm64,linux/arm/v7 ./motioneye -t git.tgj.services/thatguyjack/motioneye: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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user