Skip to content

Commit c790151

Browse files
committed
Set args with =
1 parent ee08d3a commit c790151

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
@@ -47,7 +47,7 @@ runs:
4747
cpln image docker-login
4848
# Use BUILDKIT_PROGRESS=plain to get more verbose logging of the build
4949
# BUILDKIT_PROGRESS=plain cpflow build-image -a ${{ inputs.app_name }} --commit ${{steps.vars.outputs.sha_short}} --org ${{inputs.org}}
50-
cpflow build-image -a ${{ inputs.app_name }} --commit ${{steps.vars.outputs.sha_short}} --org ${{inputs.org}}
50+
cpflow build-image -a ${{ inputs.app_name }} --commit=${{steps.vars.outputs.sha_short}} --org=${{inputs.org}}
5151
# --cache /tmp/.docker-cache
5252
- name: Deploy to Control Plane
5353
shell: bash

0 commit comments

Comments
 (0)