fix(deploy): use reachable gitea registry host
Some checks failed
Build and Deploy / build-push-deploy (push) Failing after 5m54s

This commit is contained in:
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: | run: |
SHA=$(git rev-parse --short HEAD) SHA=$(git rev-parse --short HEAD)
skopeo copy docker-archive:result \ skopeo copy docker-archive:result \
"docker://92.205.130.254:32166/coulomb/inter-hub:${SHA}" \ "docker://gitea.coulomb.social/coulomb/inter-hub:${SHA}" \
--dest-creds "tegwick:${GITEA_TOKEN}" \ --dest-creds "tegwick:${GITEA_TOKEN}"
--dest-tls-verify=false
# Also tag as latest # Also tag as latest
skopeo copy docker-archive:result \ skopeo copy docker-archive:result \
"docker://92.205.130.254:32166/coulomb/inter-hub:latest" \ "docker://gitea.coulomb.social/coulomb/inter-hub:latest" \
--dest-creds "tegwick:${GITEA_TOKEN}" \ --dest-creds "tegwick:${GITEA_TOKEN}"
--dest-tls-verify=false
echo "Pushed inter-hub:${SHA} and inter-hub:latest" echo "Pushed inter-hub:${SHA} and inter-hub:latest"
- name: Deploy to Railiance01 - name: Deploy to Railiance01

View File

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