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: |
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