Restore dockers_v2 configuration for picoclaw
Re-enable dockers_v2 configuration for picoclaw with specified details.
This commit is contained in:
parent
85276057a0
commit
a527976e68
1 changed files with 15 additions and 15 deletions
|
|
@ -40,21 +40,21 @@ builds:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
goarch: arm
|
goarch: arm
|
||||||
|
|
||||||
#dockers_v2:
|
dockers_v2:
|
||||||
# - id: picoclaw
|
- id: picoclaw
|
||||||
# dockerfile: Dockerfile.goreleaser
|
dockerfile: Dockerfile.goreleaser
|
||||||
# ids:
|
ids:
|
||||||
# - picoclaw
|
- picoclaw
|
||||||
# images:
|
images:
|
||||||
# - "ghcr.io/{{ .Env.GITHUB_REPOSITORY_OWNER }}/picoclaw"
|
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY_OWNER }}/picoclaw"
|
||||||
# - "docker.io/{{ .Env.DOCKERHUB_IMAGE_NAME }}"
|
- "docker.io/{{ .Env.DOCKERHUB_IMAGE_NAME }}"
|
||||||
# tags:
|
tags:
|
||||||
# - "{{ .Tag }}"
|
- "{{ .Tag }}"
|
||||||
# - "latest"
|
- "latest"
|
||||||
# platforms:
|
platforms:
|
||||||
# - linux/amd64
|
- linux/amd64
|
||||||
# - linux/arm64
|
- linux/arm64
|
||||||
# - linux/riscv64
|
- linux/riscv64
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
- formats: [tar.gz]
|
- formats: [tar.gz]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue