diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b6573de..56445a7 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -26,6 +26,8 @@ jobs: username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} - - run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm --load --platform=linux/arm64,linux/amd64 . - - run: docker image inspect gitea.xeovalyte.dev/xeovalyte/portfolio + - run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm --load --platform=linux/arm64 . - run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm + + - run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest --load --platform=linux/amd64 . + - run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest