diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 69b41a4..ef8c7e2 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -34,10 +34,8 @@ jobs: registry: gitea.xeovalyte.dev username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} - - uses: docker/build-push-action@v4 - with: - context: . - platforms: linux/amd64,linux/arm64 - push: true - tags: gitea.xeovalyte.dev/xeovalyte/portfolio:latest + - run: | + docker buildx build --push \ + --tag gitea.xeovalyte.dev/xeovalyte/portfolio:latest \ + --platform linux/amd64,linux/arm/v7,linux/arm64 .