Skip to content

Commit

Permalink
Отключена публикация docker образов
Browse files Browse the repository at this point in the history
  • Loading branch information
igostv committed Nov 9, 2023
1 parent 40bef13 commit 41a3792
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,49 +29,49 @@ changelog:
- '^skip:'
- Merge pull request
- Merge branch
dockers:
- image_templates:
- 'v8platform/{{.ProjectName}}:{{ .Tag }}'
- 'v8platform/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}'
- 'v8platform/{{.ProjectName}}:latest'
- 'ghcr.io/v8platform/{{.ProjectName}}:{{ .Tag }}'
- 'ghcr.io/v8platform/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}'
- 'ghcr.io/v8platform/{{.ProjectName}}:latest'
dockerfile: Dockerfile
ids:
- oneget
build_flag_templates:
- "--label=org.label-schema.schema-version=1.0"
- "--label=org.label-schema.version={{.Version}}"
- "--label=org.label-schema.name={{.ProjectName}}"
- "--label=com.github.actions.name={{.ProjectName}}"
- "--label=com.github.actions.description=Console app for download packages from releases.1c.ru"
- "--label=com.github.actions.icon=terminal"
- "--label=com.github.actions.color=blue"
- "--label=repository=https://github.com/v8platform/oneget"
- "--label=homepage=https://github.com/v8platform/oneget"
- "--label=maintainer=Ruslan Zhdanov"
- image_templates:
- 'v8platform/{{.ProjectName}}-http:{{ .Tag }}'
- 'v8platform/{{.ProjectName}}-http:v{{ .Major }}.{{ .Minor }}'
- 'v8platform/{{.ProjectName}}-http:latest'
- 'ghcr.io/v8platform/{{.ProjectName}}-http:{{ .Tag }}'
- 'ghcr.io/v8platform/{{.ProjectName}}-http:v{{ .Major }}.{{ .Minor }}'
- 'ghcr.io/v8platform/{{.ProjectName}}-http:latest'
dockerfile: Dockerfile_s
ids:
- oneget
build_flag_templates:
- "--label=org.label-schema.schema-version=1.0"
- "--label=org.label-schema.version={{.Version}}"
- "--label=org.label-schema.name={{.ProjectName}}"
- "--label=com.github.actions.name={{.ProjectName}}"
- "--label=com.github.actions.description=Console app for download packages from releases.1c.ru"
- "--label=com.github.actions.icon=terminal"
- "--label=com.github.actions.color=blue"
- "--label=repository=https://github.com/v8platform/oneget"
- "--label=homepage=https://github.com/v8platform/oneget"
- "--label=maintainer=Ruslan Zhdanov"
# dockers:
# - image_templates:
# - 'v8platform/{{.ProjectName}}:{{ .Tag }}'
# - 'v8platform/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}'
# - 'v8platform/{{.ProjectName}}:latest'
# - 'ghcr.io/v8platform/{{.ProjectName}}:{{ .Tag }}'
# - 'ghcr.io/v8platform/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}'
# - 'ghcr.io/v8platform/{{.ProjectName}}:latest'
# dockerfile: Dockerfile
# ids:
# - oneget
# build_flag_templates:
# - "--label=org.label-schema.schema-version=1.0"
# - "--label=org.label-schema.version={{.Version}}"
# - "--label=org.label-schema.name={{.ProjectName}}"
# - "--label=com.github.actions.name={{.ProjectName}}"
# - "--label=com.github.actions.description=Console app for download packages from releases.1c.ru"
# - "--label=com.github.actions.icon=terminal"
# - "--label=com.github.actions.color=blue"
# - "--label=repository=https://github.com/v8platform/oneget"
# - "--label=homepage=https://github.com/v8platform/oneget"
# - "--label=maintainer=Ruslan Zhdanov"
# - image_templates:
# - 'v8platform/{{.ProjectName}}-http:{{ .Tag }}'
# - 'v8platform/{{.ProjectName}}-http:v{{ .Major }}.{{ .Minor }}'
# - 'v8platform/{{.ProjectName}}-http:latest'
# - 'ghcr.io/v8platform/{{.ProjectName}}-http:{{ .Tag }}'
# - 'ghcr.io/v8platform/{{.ProjectName}}-http:v{{ .Major }}.{{ .Minor }}'
# - 'ghcr.io/v8platform/{{.ProjectName}}-http:latest'
# dockerfile: Dockerfile_s
# ids:
# - oneget
# build_flag_templates:
# - "--label=org.label-schema.schema-version=1.0"
# - "--label=org.label-schema.version={{.Version}}"
# - "--label=org.label-schema.name={{.ProjectName}}"
# - "--label=com.github.actions.name={{.ProjectName}}"
# - "--label=com.github.actions.description=Console app for download packages from releases.1c.ru"
# - "--label=com.github.actions.icon=terminal"
# - "--label=com.github.actions.color=blue"
# - "--label=repository=https://github.com/v8platform/oneget"
# - "--label=homepage=https://github.com/v8platform/oneget"
# - "--label=maintainer=Ruslan Zhdanov"
archives:
- name_template: >-
{{- .ProjectName }}_
Expand Down

0 comments on commit 41a3792

Please sign in to comment.