peerjs : use gitea as container repo (8)

This commit is contained in:
Gitouche 2022-08-12 20:09:34 +02:00
parent 2d64ead7f6
commit 5032a1e0c2
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@ peerjs:
stage: test
script:
- cd podman-peerjs
- ./zz_build-images.sh
- ./ci_build-images.sh
- GARBAYE_PEERJS_ENV_LISTENPORT=18081 ./10_install.sh
- ./20_enable.sh
- ./30_start.sh && sleep 10

View File

@ -16,6 +16,8 @@ if ! podman image exists ${upstream_images}:${version}; then
podman build -t ${upstream_images}:${version} ${buildfolder}/ &&
podman rmi docker.io/library/node:alpine &&
rm -rf ${buildfolder}
else
echo "Image ${upstream_images}:${version} already built"
fi &&
if ! skopeo inspect --format "Image ${upstream_images}:${version} found on remote container repository." docker://${upstream_images}:${version}; then