Skip to content

Commit 6cedc67

Browse files
committed
Reword the docker-image description
1 parent 18c208b commit 6cedc67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Options to be passed to `dpkg-buildpackage`. See `man dpkg-buildpackage`.
7373
Optional and empty by default.
7474

7575
#### `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.
7878

7979
Defaults to `debian:stable-slim`.
8080

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inputs:
1818
required: false
1919
docker-image:
2020
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
2222
required: true
2323
extra-build-deps:
2424
description: Extra packages to be installed as build dependencies

0 commit comments

Comments
 (0)