Skip to content

Commit

Permalink
Update goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buger authored Mar 31, 2023
1 parent 249b68e commit c2d6713
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/goreleaser/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,14 @@ docker_manifests:
image_templates:
- tykio/tyk-gateway:{{ .Tag }}-amd64
- tykio/tyk-gateway:{{ .Tag }}-arm64
- tykio/tyk-gateway:{{ .Tag }}-s390x
- tykio/tyk-gateway:{{ .Tag }}-ppc64le
- name_template: tykio/tyk-gateway:v{{ .Major }}.{{ .Minor }}{{.Prerelease}}
image_templates:
- tykio/tyk-gateway:{{ .Tag }}-amd64
- tykio/tyk-gateway:{{ .Tag }}-arm64
- tykio/tyk-gateway:{{ .Tag }}-s390x
- tykio/tyk-gateway:{{ .Tag }}-ppc64le
- name_template: tykio/tyk-hybrid-docker:{{ .Tag }}
image_templates:
- tykio/tyk-hybrid-docker:{{ .Tag }}-amd64
Expand Down

0 comments on commit c2d6713

Please sign in to comment.