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
Add support for alias tags for canary (if pull request), pre-releases (with mapping to specific aliases per branch), and latest. All docker alias tags are also pushed to git
Copy file name to clipboardexpand all lines: plugins/docker/README.md
+48-8
Original file line number
Diff line number
Diff line change
@@ -18,33 +18,73 @@ yarn add -D @auto-it/docker
18
18
19
19
## Usage
20
20
21
-
You must first must build the desired image to publish.
21
+
**IMPORTANT:**You must first must build the desired image to publish.
22
22
23
-
These environment variables tell `auto` what to publish.
23
+
The following options are available for this plugin:
24
24
25
-
- IMAGE - The image ID, digest, or tag of the locally available image to tag and publish. This is required unless you want to statically tag the local image, in which case you can provide it as an option.
0 commit comments