diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ff3b073..350f22e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -42,11 +42,5 @@ jobs: username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} - - uses: docker/build-push-action@master - with: - context: . - file: ./Dockerfile - platforms: | - linux/arm64 - push: true - tags: gitea.xeovalyte.dev/xeovalyte/portfolio:latest + - run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio --platform=linux/arm64 . + - run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio