We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13a45f commit 897c42dCopy full SHA for 897c42d
1 file changed
.github/actions/cpflow-build-docker-image/action.yml
@@ -104,3 +104,9 @@ runs:
104
echo "🏗️ Building Docker image${PR_INFO} (commit ${COMMIT_SHA})..."
105
cpflow build-image -a "${APP_NAME}" --commit="${COMMIT_SHA}" --org="${CONTROL_PLANE_ORG}" "${docker_build_args[@]}"
106
echo "✅ Docker image build successful${PR_INFO} (commit ${COMMIT_SHA})"
107
+
108
+ - name: Cleanup Docker build SSH key
109
+ if: ${{ always() }}
110
+ shell: bash
111
+ run: |
112
+ rm -f "${HOME}/.ssh/cpflow_build_key"
0 commit comments