forked from telekom-mms/grafiport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yml
36 lines (34 loc) · 901 Bytes
/
.goreleaser.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#gitlab_urls:
# api: https://git.mms-support.de/api/v4
# download: https://git.mms-support.de
#
# # set to true if you use a self-signed certificate
# skip_tls_verify: false
#
# # set to true if you want to upload to the Package Registry rather than attachments
# # Only works with GitLab 13.5+
# #
# # Since: v1.3
# use_package_registry: true
#
# # Set this if you set GITLAB_TOKEN to the value of CI_JOB_TOKEN.
# #
# # Default: false
# # Since: v1.11
# use_job_token: false
# project_name: grafiport
# dockers:
# -
# image_templates:
# - "7001-02/{{.ProjectName}}"
# dockerfile: goreleaser.dockerfile
dockers:
-
goos: linux
goarch: amd64
dockerfile: goreleaser.dockerfile
build_flag_templates:
- "--label=org.opencontainers.image.source={{.GitURL}}"
image_templates:
- 'ghcr.io/telekom-mms/grafiport:{{ .Tag }}'
- 'ghcr.io/telekom-mms/grafiport:latest'