fix(deploy): use reachable gitea registry host

This commit is contained in:
tegwick 2026-06-14 15:00:59 +02:00
parent a2d0dddddd
commit 5ac4c453b8
2 changed files with 5 additions and 7 deletions

View file

@ -29,14 +29,12 @@ jobs:
run: |
SHA=$(git rev-parse --short HEAD)
skopeo copy docker-archive:result \
"docker://92.205.130.254:32166/coulomb/inter-hub:${SHA}" \
--dest-creds "tegwick:${GITEA_TOKEN}" \
--dest-tls-verify=false
"docker://gitea.coulomb.social/coulomb/inter-hub:${SHA}" \
--dest-creds "tegwick:${GITEA_TOKEN}"
# Also tag as latest
skopeo copy docker-archive:result \
"docker://92.205.130.254:32166/coulomb/inter-hub:latest" \
--dest-creds "tegwick:${GITEA_TOKEN}" \
--dest-tls-verify=false
"docker://gitea.coulomb.social/coulomb/inter-hub:latest" \
--dest-creds "tegwick:${GITEA_TOKEN}"
echo "Pushed inter-hub:${SHA} and inter-hub:latest"
- name: Deploy to Railiance01

View file

@ -1,7 +1,7 @@
replicaCount: 1
image:
repository: 92.205.130.254:32166/coulomb/inter-hub
repository: gitea.coulomb.social/coulomb/inter-hub
tag: "latest"
pullPolicy: IfNotPresent