Skip to content

Commit bfa72b0

Browse files
committed
fix: add missing bracket to input
1 parent a2d69e0 commit bfa72b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ runs:
188188
uses: docker/build-push-action@v6
189189
with:
190190
build-args: ${{ inputs.build-args }}
191-
cache-from: ${ inputs.cache-from }}
191+
cache-from: ${{ inputs.cache-from }}
192192
cache-to: ${{ inputs.cache-to }}
193193
context: ${{ inputs.context }}
194194
file: ${{ inputs.dockerfile }}

0 commit comments

Comments
 (0)