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: |
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user