Skip to content

Commit da2b480

Browse files
committed
Update default Dockerfile path in action.yml
1 parent b7c96f3 commit da2b480

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
@@ -20,7 +20,7 @@ inputs:
2020
required: false
2121
dockerfile:
2222
description: 'Filename of the Dockerfile within the context that you set.'
23-
default: '{context}/Dockerfile'
23+
default: './Dockerfile'
2424
required: false
2525
target:
2626
description: 'Set the target build stage to build.'

0 commit comments

Comments
 (0)