We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad477c commit 3ae56f2Copy full SHA for 3ae56f2
.github/workflows/image-workflow-template.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Build
25
run: |
26
- cekit -v --descriptor ${{ inputs.image }}.yaml build docker
+ cekit -v --descriptor ${{ inputs.image }}.yaml build docker --no-squash
27
28
- name: Install and cache S2I CLI tool from GitHub
29
uses: redhat-actions/openshift-tools-installer@v1
0 commit comments