mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Replace fixed docker image name with CI_REGISTRY_IMAGE envvar
This makes it easier to change the Docker registry it is published to
This commit is contained in:
parent
79acf44225
commit
bffadc245c
@ -42,9 +42,9 @@ release:
|
|||||||
prerelease: auto
|
prerelease: auto
|
||||||
dockers:
|
dockers:
|
||||||
- image_templates:
|
- image_templates:
|
||||||
- "greenled/portainer-stack-utils:{{ .Major }}"
|
- "{{ .Env.CI_REGISTRY_IMAGE }}:{{ .Major }}"
|
||||||
- "greenled/portainer-stack-utils:{{ .Major }}.{{ .Minor }}"
|
- "{{ .Env.CI_REGISTRY_IMAGE }}:{{ .Major }}.{{ .Minor }}"
|
||||||
- "greenled/portainer-stack-utils:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
|
- "{{ .Env.CI_REGISTRY_IMAGE }}:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
|
||||||
goos: linux
|
goos: linux
|
||||||
goarch: amd64
|
goarch: amd64
|
||||||
binaries:
|
binaries:
|
||||||
|
Loading…
Reference in New Issue
Block a user