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