diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ef8c7e2..163a5fb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -34,8 +34,6 @@ jobs: registry: gitea.xeovalyte.dev username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} - - run: | - docker buildx build --push \ - --tag gitea.xeovalyte.dev/xeovalyte/portfolio:latest \ - --platform linux/amd64,linux/arm/v7,linux/arm64 . + - run: docker buildx build --tag gitea.xeovalyte.dev/xeovalyte/portfolio-arm:latest --platform linux/arm64 . + - run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio-arm:latest