Skip to content

Commit 7641977

Browse files
authored
fix: Pass input args to dockerfile (#23)
1 parent 2d99af7 commit 7641977

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ outputs:
3232
runs:
3333
using: 'docker'
3434
image: './Dockerfile'
35+
args:
36+
- ${{ inputs.cdk_stack }}
37+
- ${{ inputs.cdk_version }}
38+
- ${{ inputs.cdk_subcommand }}
39+
- ${{ inputs.cdk_args }}
40+
- ${{ inputs.working_dir }}
41+
- ${{ inputs.actions_comment }}
42+
- ${{ inputs.debug_log }}

0 commit comments

Comments
 (0)