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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ It's very opinionated out the box (as software should be!) but allows you to cus
14
14
## Inputs
15
15
16
16
-`context`: The build's context, specifying the set of files located at the provided PATH or URL. It is required to point to your application source code.
17
-
-`tags`: A comma-separated list of tags to apply to the built image. This field is required.
17
+
-`tags`: A comma-separated list of tags to apply to the built image. Defaults to unix timestamp, git SHA, and `latest`.
18
18
-`labels`: An optional, comma-separated list of metadata labels to add to the image.
19
19
-`platforms`: An optional, comma-separated list of target platforms for the build.
20
20
-`pkgs`: Optional additional Nix packages to install in the environment.
@@ -103,4 +103,4 @@ Some things to keep in mind:
103
103
104
104
* `push` is required when building for multiple architectures.
105
105
* For each platform, an auto-generated tag is generated and pushed.
106
-
* There are some [TODOs](/TODO) that I won't get to until I need them.
106
+
* There are some [TODOs](/TODO) that I won't get to until I need them.
0 commit comments