Skip to content

Commit 48624ed

Browse files
authored
chore: add --skip-unused-stages=false for chunkah
1 parent 0d42970 commit 48624ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/build-image/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ runs:
130130
${BUILD_ARGS[@]} \
131131
${SECRETS[@]} \
132132
${CACHE_ARGS[@]} \
133+
--skip-unused-stages=false \
133134
-t ${{ inputs.image-name }}:$TAG \
134135
-f ${{ inputs.containerfile }} \
135136
${{ inputs.context }}

0 commit comments

Comments
 (0)