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}" \
|
||||
--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 }}"
|
||||
Reference in New Issue
Block a user