Skip to content

Commit 3e97141

Browse files
Ingvordclaude
andcommitted
chore: switch Docker registry from Docker Hub to GHCR
ghcr.io/scientific-software-hub/status-server — authenticated via Maven settings server id 'ghcr.io' using a GitHub PAT with write:packages. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3efd9a6 commit 3e97141

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<properties>
2121
<github.organization>scientific-software-hub</github.organization>
2222
<github.repo>status-server</github.repo>
23-
<dockerhub.username>hzhereon</dockerhub.username>
23+
<ghcr.org>scientific-software-hub</ghcr.org>
2424
<dockerhub.repo>status-server</dockerhub.repo>
2525
<jtango.version>1.1.10</jtango.version>
2626
</properties>
@@ -213,7 +213,7 @@
213213
</execution>
214214
</executions>
215215
<configuration>
216-
<repository>registry.hub.docker.com/${dockerhub.username}/${dockerhub.repo}</repository>
216+
<repository>ghcr.io/${ghcr.org}/${dockerhub.repo}</repository>
217217
<tag>latest</tag>
218218
<buildArgs>
219219
<JAR_FILE>${project.build.finalName}.jar</JAR_FILE>
@@ -244,7 +244,7 @@
244244
</execution>
245245
</executions>
246246
<configuration>
247-
<repository>registry.hub.docker.com/${dockerhub.username}/${dockerhub.repo}</repository>
247+
<repository>ghcr.io/${ghcr.org}/${dockerhub.repo}</repository>
248248
<tag>${project.version}</tag>
249249
<buildArgs>
250250
<JAR_FILE>${project.build.finalName}.jar</JAR_FILE>

0 commit comments

Comments
 (0)