You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This is a Drone plugin to build a lot of Docker images.
11
11
-`PLUGIN_BUILD_POOL_SIZE`: Number of parallel Docker builds (default: `4`).
12
12
-`PLUGIN_UPLOAD_POOL_SIZE`: Number of parallel Docker uploads (default: `4`).
13
13
-`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*).
15
15
-`PLUGIN_SKIP_UPLOAD`: Skip upload to registries, useful for testing (default `false`)
16
16
17
17
**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