Update build.yaml
Some checks reported warnings
Build and push image / Build (push) Has been cancelled
Some checks reported warnings
Build and push image / Build (push) Has been cancelled
This commit is contained in:
parent
6d5b7e3a2a
commit
4ee07ab7c5
@ -15,7 +15,7 @@ jobs:
|
|||||||
- 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
|
- name: Buildx Container
|
||||||
run: docker buildx create --name buildx --driver=docker-container buildx
|
run: docker buildx create --name buildx --driver=docker-container
|
||||||
- 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: Build php-CLI
|
- name: Build php-CLI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user