We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c9155 commit be500e9Copy full SHA for be500e9
jreleaser.yml
@@ -102,15 +102,13 @@ distributions:
102
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}.jar'
103
docker:
104
active: ALWAYS
105
- continueOnError: true
106
repository:
107
- active: ALWAYS
108
- commitMessage: 'redis-cloud-autoscaler {{tagName}}'
+ active: NEVER
109
registries:
110
- - serverName: DEFAULT
111
- repositoryName: redis-cloud-autoscaler
+ - serverName: github
+ server: ghcr.io
112
labels:
113
- 'org.opencontainers.image.title': 'redis-cloud-autoscaler'
+ 'org.opencontainers.image.title': '{{distributionName}}'
114
imageNames:
115
- '{{repoOwner}}/{{distributionName}}:{{tagName}}'
116
- '{{repoOwner}}/{{distributionName}}:latest'
0 commit comments