We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eba4cf commit 0f139beCopy full SHA for 0f139be
.github/actions/deploy-to-control-plane/action.yml
@@ -59,7 +59,9 @@ runs:
59
shell: bash
60
run: |
61
cpln image docker-login
62
- BUILDKIT_PROGRESS=plain cpl build-image -a ${{ inputs.app_name }} --commit ${{steps.vars.outputs.sha_short}} --org ${{inputs.org}}
+ # Use BUILDKIT_PROGRESS=plain to get more verbose logging of the build
63
+ # BUILDKIT_PROGRESS=plain cpl build-image -a ${{ inputs.app_name }} --commit ${{steps.vars.outputs.sha_short}} --org ${{inputs.org}}
64
+ cpl build-image -a ${{ inputs.app_name }} --commit ${{steps.vars.outputs.sha_short}} --org ${{inputs.org}}
65
# --cache /tmp/.docker-cache
66
- name: Deploy to Control Plane
67
0 commit comments