diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index fb3c6f3..f297097 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -31,12 +31,8 @@ jobs: password: ${{ secrets.PASSWORD }} - run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest --load --platform=linux/amd64 . - working-directory: ./website - run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest - working-directory: ./website - run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm --load --platform=linux/arm64 . - working-directory: ./website - run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm - working-directory: ./website