diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 5f0a1b4..4e630fb 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -93,7 +93,8 @@ jobs: --username "${REGISTRY_USERNAME}" \ --password-stdin - - name: Push image - run: | - docker save "${{ steps.build.outputs.image }}" -o image.tar - crane push --insecure image.tar "${{ steps.build.outputs.image }}" \ No newline at end of file + # TODO: Re-enable push after the Gitea registry /v2 ingress route is available. + # - name: Push image + # run: | + # docker save "${{ steps.build.outputs.image }}" -o image.tar + # crane push --insecure image.tar "${{ steps.build.outputs.image }}" \ No newline at end of file