diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 350f22e..822e6d5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -31,10 +31,6 @@ jobs: - uses: docker/setup-qemu-action@v2 - uses: docker/setup-buildx-action@v2 - with: - driver-opts: | - image=moby/buildkit:latest - network=host - uses: docker/login-action@v2 with: @@ -42,5 +38,5 @@ jobs: username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} - - run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio --platform=linux/arm64 . - - run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio + - run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm --platform=linux/arm64 . + - run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm