File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,13 @@ Example:
8686
8787# ## `path`
8888
89- Path to run the docker build from . Defaults to `.`.
89+ Path to the build context . Defaults to `.`
9090
9191# ## `dockerfile`
9292
93- Name of the Dockerfile. Defaults to `{path}/Dockerfile`.
93+ Path to the Dockerfile. Defaults to `{path}/Dockerfile`
94+
95+ Note when set this path is **not** relative to the `path` input but is instead relative to the current working directory.
9496
9597# ## `target`
9698
Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ inputs:
3434 required : false
3535 default : false
3636 path :
37- description : Path to run docker build from
37+ description : Path to the build context
3838 required : false
3939 default : " ."
4040 dockerfile :
41- description : Name of the Dockerfile (Default is 'path/Dockerfile')
41+ description : Path to the Dockerfile (Default is '{ path} /Dockerfile')
4242 required : false
4343 target :
4444 description : Sets the target stage to build
You can’t perform that action at this time.
0 commit comments