File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ Options to be passed to `dpkg-buildpackage`. See `man dpkg-buildpackage`.
73
73
Optional and empty by default.
74
74
75
75
# ### `docker-image`
76
- Name of a ( Debian-based) Docker image to build packages inside or path of a
77
- Dockerfile in GITHUB_WORKSPACE to build a container from.
76
+ Name of a Debian-based Docker image to use as build container or path of a
77
+ Dockerfile in the workspace to build a temporary container from.
78
78
79
79
Defaults to `debian:stable-slim`.
80
80
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ inputs:
18
18
required : false
19
19
docker-image :
20
20
default : debian:stable-slim
21
- description : Name of a Docker image to build inside or path of a Dockerfile
21
+ description : Name of a Docker image or path of a Dockerfile to use for the build container
22
22
required : true
23
23
extra-build-deps :
24
24
description : Extra packages to be installed as build dependencies
You can’t perform that action at this time.
0 commit comments