diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 92fcf11..9ad6e72 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 \ No newline at end of file + 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 \ No newline at end of file