Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit 8bd666d

Browse files
committed
Put auth config back into pom
1 parent a6426be commit 8bd666d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,10 @@
217217
</from>
218218
<to>
219219
<image>ghcr.io/hsg-library/alma-job-runner</image>
220+
<auth>
221+
<username>${env.REGISTRY_USERNAME}</username>
222+
<password>${env.REGISTRY_PASSWORD}</password>
223+
</auth>
220224
<tags>${project.version}</tags>
221225
</to>
222226
</configuration>

0 commit comments

Comments
 (0)