Actualiser .gitea/workflows/build-push.yaml
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m16s
Check Calibre-web version / check-version (push) Successful in 15s

This commit is contained in:
2025-04-13 22:13:20 +02:00
parent 77f74120ae
commit f21f756801

View File

@@ -65,7 +65,7 @@ jobs:
if [[ -n "${tags[1]}" ]] ; then if [[ -n "${tags[1]}" ]] ; then
sep=":" sep=":"
fi fi
image=${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}${sep}${tags[1]} image=${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}${sep}${tags[0]}
docker build -t ${image} . docker build -t ${image} .
docker save ${image} -o image.tar docker save ${image} -o image.tar
podman load -i image.tar podman load -i image.tar