mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-19 12:12:26 +02:00
docs: update
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
53838da8ac
commit
adc279a15c
@ -66,3 +66,6 @@ furies:
|
|||||||
|
|
||||||
[fury]: https://gemfury.com
|
[fury]: https://gemfury.com
|
||||||
|
|
||||||
|
|
||||||
|
!!! tip
|
||||||
|
Learn more about the [name template engine](/customization/templates/).
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Docker Images with Ko
|
# Docker Images with Ko
|
||||||
|
|
||||||
> Since v1.15.
|
> Since v1.15.0.
|
||||||
|
|
||||||
You can also use [ko][] to build and publish Docker container images.
|
You can also use [ko][] to build and publish Docker container images.
|
||||||
|
|
||||||
@ -10,9 +10,9 @@ options as the [build][] pipe when possible, so the results will probably be
|
|||||||
cached.
|
cached.
|
||||||
|
|
||||||
!!! warning
|
!!! warning
|
||||||
Ko only runs on the publish phase, so it might be a bit hard to test — you
|
Ko only runs on the publishing phase, so it might be a bit hard to test —
|
||||||
might need to push to a fake repository (or a fake tag) when playing around
|
you might need to push to a fake repository (or a fake tag) when playing
|
||||||
with its configuration.
|
around with its configuration.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# .goreleaser.yaml
|
# .goreleaser.yaml
|
||||||
|
28
www/docs/static/schema-pro.json
generated
vendored
28
www/docs/static/schema-pro.json
generated
vendored
@ -2259,6 +2259,12 @@
|
|||||||
"git": {
|
"git": {
|
||||||
"$ref": "#/$defs/Git"
|
"$ref": "#/$defs/Git"
|
||||||
},
|
},
|
||||||
|
"template_files": {
|
||||||
|
"items": {
|
||||||
|
"$ref": "#/$defs/TemplateFile"
|
||||||
|
},
|
||||||
|
"type": "array"
|
||||||
|
},
|
||||||
"universal_binaries": {
|
"universal_binaries": {
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/$defs/UniversalBinary"
|
"$ref": "#/$defs/UniversalBinary"
|
||||||
@ -3072,6 +3078,28 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
|
"TemplateFile": {
|
||||||
|
"properties": {
|
||||||
|
"id": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"src": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"dst": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"mode": {
|
||||||
|
"type": "integer"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"additionalProperties": false,
|
||||||
|
"type": "object",
|
||||||
|
"required": [
|
||||||
|
"src",
|
||||||
|
"dst"
|
||||||
|
]
|
||||||
|
},
|
||||||
"Twitter": {
|
"Twitter": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"enabled": {
|
"enabled": {
|
||||||
|
@ -93,6 +93,7 @@ nav:
|
|||||||
- customization/dist.md
|
- customization/dist.md
|
||||||
- customization/project.md
|
- customization/project.md
|
||||||
- customization/git.md
|
- customization/git.md
|
||||||
|
- customization/templatefiles.md
|
||||||
- Build:
|
- Build:
|
||||||
- customization/builds.md
|
- customization/builds.md
|
||||||
- customization/verifiable_builds.md
|
- customization/verifiable_builds.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user