Skip to content

Commit 3ae56f2

Browse files
committed
do not squash built images, speed up build phase
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent bad477c commit 3ae56f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-workflow-template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Build
2525
run: |
26-
cekit -v --descriptor ${{ inputs.image }}.yaml build docker
26+
cekit -v --descriptor ${{ inputs.image }}.yaml build docker --no-squash
2727
2828
- name: Install and cache S2I CLI tool from GitHub
2929
uses: redhat-actions/openshift-tools-installer@v1

0 commit comments

Comments
 (0)