Skip to content

Commit be500e9

Browse files
committed
changing github register
1 parent 30c9155 commit be500e9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

jreleaser.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,13 @@ distributions:
102102
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}.jar'
103103
docker:
104104
active: ALWAYS
105-
continueOnError: true
106105
repository:
107-
active: ALWAYS
108-
commitMessage: 'redis-cloud-autoscaler {{tagName}}'
106+
active: NEVER
109107
registries:
110-
- serverName: DEFAULT
111-
repositoryName: redis-cloud-autoscaler
108+
- serverName: github
109+
server: ghcr.io
112110
labels:
113-
'org.opencontainers.image.title': 'redis-cloud-autoscaler'
111+
'org.opencontainers.image.title': '{{distributionName}}'
114112
imageNames:
115113
- '{{repoOwner}}/{{distributionName}}:{{tagName}}'
116114
- '{{repoOwner}}/{{distributionName}}:latest'

0 commit comments

Comments
 (0)