Skip to content

Commit 913b670

Browse files
committed
update default value in docs
1 parent d921b94 commit 913b670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is a Drone plugin to build a lot of Docker images.
1111
- `PLUGIN_BUILD_POOL_SIZE`: Number of parallel Docker builds (default: `4`).
1212
- `PLUGIN_UPLOAD_POOL_SIZE`: Number of parallel Docker uploads (default: `4`).
1313
- `PLUGIN_TAG_NAME`: Tag Name (default: `latest`).
14-
- `PLUGIN_TAG_BUILD_ID`: Build id, generates `tag` and `tag-b<build_id>` for each tag; skipped if empty (default ``).
14+
- `PLUGIN_TAG_BUILD_ID`: Build id, generates `tag` and `tag-b<build_id>` for each tag; skipped if empty (default *empty*).
1515
- `PLUGIN_SKIP_UPLOAD`: Skip upload to registries, useful for testing (default `false`)
1616

1717
**NOTE**: For values in `PLUGIN_TAG_NAME` and `PLUGIN_TAG_ID` one may choose to use environment variables. Substition is handled by [drone/envsubst](https://github.com/drone/envsubst)

0 commit comments

Comments
 (0)