We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d889a21 commit e067e84Copy full SHA for e067e84
.github/actions/deploy-to-control-plane/action.yml
@@ -53,7 +53,7 @@ runs:
53
shell: bash
54
run: |
55
cpln image docker-login
56
- cpl build-image -a ${{ inputs.app_name }} --commit ${{steps.vars.outputs.sha_short}} --org ${{inputs.org}}
+ BUILDKIT_PROGRESS=plain cpl build-image -a ${{ inputs.app_name }} --commit ${{steps.vars.outputs.sha_short}} --org ${{inputs.org}}
57
# --cache /tmp/.docker-cache
58
59
- name: Run release script
0 commit comments