Update .gitea/workflows/build-and-push.yaml
All checks were successful
Build and Push Container Image / build-and-push (push) Successful in 9s
All checks were successful
Build and Push Container Image / build-and-push (push) Successful in 9s
This commit is contained in:
@@ -93,7 +93,8 @@ jobs:
|
|||||||
--username "${REGISTRY_USERNAME}" \
|
--username "${REGISTRY_USERNAME}" \
|
||||||
--password-stdin
|
--password-stdin
|
||||||
|
|
||||||
- name: Push image
|
# TODO: Re-enable push after the Gitea registry /v2 ingress route is available.
|
||||||
run: |
|
# - name: Push image
|
||||||
docker save "${{ steps.build.outputs.image }}" -o image.tar
|
# run: |
|
||||||
crane push --insecure image.tar "${{ steps.build.outputs.image }}"
|
# docker save "${{ steps.build.outputs.image }}" -o image.tar
|
||||||
|
# crane push --insecure image.tar "${{ steps.build.outputs.image }}"
|
||||||
Reference in New Issue
Block a user