Skip to content

Commit 0f139be

Browse files
justin808rameziophobia
authored andcommitted
Updates for deployment
1 parent 3eba4cf commit 0f139be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/deploy-to-control-plane/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ runs:
5959
shell: bash
6060
run: |
6161
cpln image docker-login
62-
BUILDKIT_PROGRESS=plain cpl build-image -a ${{ inputs.app_name }} --commit ${{steps.vars.outputs.sha_short}} --org ${{inputs.org}}
62+
# 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}}
6365
# --cache /tmp/.docker-cache
6466
- name: Deploy to Control Plane
6567
shell: bash

0 commit comments

Comments
 (0)