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
|
||||
goarch: arm
|
||||
|
||||
#dockers_v2:
|
||||
# - id: picoclaw
|
||||
# dockerfile: Dockerfile.goreleaser
|
||||
# ids:
|
||||
# - picoclaw
|
||||
# images:
|
||||
# - "ghcr.io/{{ .Env.GITHUB_REPOSITORY_OWNER }}/picoclaw"
|
||||
# - "docker.io/{{ .Env.DOCKERHUB_IMAGE_NAME }}"
|
||||
# tags:
|
||||
# - "{{ .Tag }}"
|
||||
# - "latest"
|
||||
# platforms:
|
||||
# - linux/amd64
|
||||
# - linux/arm64
|
||||
# - linux/riscv64
|
||||
dockers_v2:
|
||||
- id: picoclaw
|
||||
dockerfile: Dockerfile.goreleaser
|
||||
ids:
|
||||
- picoclaw
|
||||
images:
|
||||
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY_OWNER }}/picoclaw"
|
||||
- "docker.io/{{ .Env.DOCKERHUB_IMAGE_NAME }}"
|
||||
tags:
|
||||
- "{{ .Tag }}"
|
||||
- "latest"
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
- linux/riscv64
|
||||
|
||||
archives:
|
||||
- formats: [tar.gz]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue