generated from coulomb/repo-seed
fix(deploy): use reachable gitea registry host
Some checks failed
Build and Deploy / build-push-deploy (push) Failing after 5m54s
Some checks failed
Build and Deploy / build-push-deploy (push) Failing after 5m54s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user