Skip to content

Commit e067e84

Browse files
authored
test BUILDKIT_PROGRESS=plain for docker build
1 parent d889a21 commit e067e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
shell: bash
5454
run: |
5555
cpln image docker-login
56-
cpl build-image -a ${{ inputs.app_name }} --commit ${{steps.vars.outputs.sha_short}} --org ${{inputs.org}}
56+
BUILDKIT_PROGRESS=plain cpl build-image -a ${{ inputs.app_name }} --commit ${{steps.vars.outputs.sha_short}} --org ${{inputs.org}}
5757
# --cache /tmp/.docker-cache
5858
5959
- name: Run release script

0 commit comments

Comments
 (0)