Update .gitea/workflows/build-and-push.yaml
All checks were successful
Build and Push Container Image / build-and-push (push) Successful in 11s
All checks were successful
Build and Push Container Image / build-and-push (push) Successful in 11s
This commit is contained in:
@@ -93,8 +93,17 @@ jobs:
|
||||
--username "${REGISTRY_USERNAME}" \
|
||||
--password-stdin
|
||||
|
||||
# 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 }}"
|
||||
- name: Preview image push
|
||||
run: |
|
||||
echo "TODO: Re-enable push after the Gitea registry /v2 ingress route is available."
|
||||
echo "This step is intentionally non-mutating for the current workflow test."
|
||||
echo "Future commands:"
|
||||
echo "docker save '${{ steps.build.outputs.image }}' -o image.tar"
|
||||
echo "crane push --insecure image.tar '${{ steps.build.outputs.image }}'"
|
||||
|
||||
- name: Preview Helm deployment update
|
||||
run: |
|
||||
echo "TODO: Test Helm deployment update in a later phase after registry push is enabled."
|
||||
echo "This step is intentionally non-mutating for the current workflow test."
|
||||
echo "Future command:"
|
||||
echo "helm upgrade <release-name> dagster/dagster-user-deployments --namespace <namespace> --reuse-values --set-string deployments[0].image.tag=${{ steps.meta.outputs.tag }}"
|
||||
Reference in New Issue
Block a user