goreleaser and docker
This commit is contained in:
parent
beda0eda10
commit
da24ce7283
@ -38,6 +38,11 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
GITEA_TOKEN:
|
GITEA_TOKEN:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
|
DOCKER_USERNAME:
|
||||||
|
from_secret: username
|
||||||
|
DOCKER_PASSWORD:
|
||||||
|
from_secret: password
|
||||||
|
DOCKER_REGISTRY: quay.io
|
||||||
commands:
|
commands:
|
||||||
- curl -sL https://git.io/goreleaser | bash
|
- curl -sL https://git.io/goreleaser | bash
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -29,7 +29,7 @@ archives:
|
|||||||
dockers:
|
dockers:
|
||||||
- image_templates:
|
- image_templates:
|
||||||
- "quay.io/xsteadfastx/jitsiexporter:latest"
|
- "quay.io/xsteadfastx/jitsiexporter:latest"
|
||||||
- "quay.io/xsteadfastx/jitsiexporter:{{ .Tag }}"
|
- "quay.io/xsteadfastx/jitsiexporter:{{ .Version }}"
|
||||||
- "quay.io/xsteadfastx/jitsiexporter:{{ .Major }}"
|
- "quay.io/xsteadfastx/jitsiexporter:{{ .Major }}"
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user