Update .gitea/workflows/build-and-push.yaml
All checks were successful
Build and Push Container Image / build-and-push (push) Successful in 9s

This commit is contained in:
2026-05-11 07:58:04 +00:00
parent 5f20de8d6f
commit 1bdda778f8

View File

@@ -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 }}"
# 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 }}"