switch to acc-web
Some checks failed
Build and push image / Build (push) Failing after 59s

This commit is contained in:
Jack
2023-09-27 15:14:48 +01:00
parent ada886c03a
commit 0009ba67eb
46 changed files with 40 additions and 2937 deletions

View File

@@ -16,6 +16,6 @@ jobs:
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login git.tgj.services -u thatguyjack --password-stdin
- name: Buildx Container
run: docker buildx create --name buildx --driver=docker-container
- name: Build ACC
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64 ./ACC -t git.tgj.services/thatguyjack/acc:latest --push
- 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