Update build.yaml
Some checks reported warnings
Build and push image / Build (push) Has been cancelled

This commit is contained in:
Jack 2023-09-27 15:21:50 +01:00
parent f6b380df2c
commit b15da296eb

View File

@ -17,5 +17,5 @@ jobs:
- name: Buildx Container
run: docker buildx create --name buildx --driver=docker-container
- name: Build ACC-web
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64 ./acc-web -t git.tgj.services/thatguyjack/acc-web:latest --push
#run: docker buildx build --builder=buildx --platform=linux/amd64 ./ACC -t git.tgj.services/thatguyjack/acc:latest --push
run: docker buildx build --builder=buildx --platform=linux/amd64 ./acc-web -t git.tgj.services/thatguyjack/acc-web:latest --push
#run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64 ./ACC -t git.tgj.services/thatguyjack/acc:latest --push