We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee08d3a commit c790151Copy full SHA for c790151
.github/actions/deploy-to-control-plane/action.yml
@@ -47,7 +47,7 @@ runs:
47
cpln image docker-login
48
# Use BUILDKIT_PROGRESS=plain to get more verbose logging of the build
49
# 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}}
+ cpflow build-image -a ${{ inputs.app_name }} --commit=${{steps.vars.outputs.sha_short}} --org=${{inputs.org}}
51
# --cache /tmp/.docker-cache
52
- name: Deploy to Control Plane
53
shell: bash
0 commit comments