Skip to content

Commit 1cb4fbd

Browse files
sloriailoveitaly
authored andcommitted
docs: fix tags documentation
1 parent d57c767 commit 1cb4fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It's very opinionated out the box (as software should be!) but allows you to cus
1414
## Inputs
1515

1616
- `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`.
1818
- `labels`: An optional, comma-separated list of metadata labels to add to the image.
1919
- `platforms`: An optional, comma-separated list of target platforms for the build.
2020
- `pkgs`: Optional additional Nix packages to install in the environment.
@@ -103,4 +103,4 @@ Some things to keep in mind:
103103
104104
* `push` is required when building for multiple architectures.
105105
* 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

Comments
 (0)