fix signing step
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 23s

This commit is contained in:
2026-02-09 21:08:32 +01:00
parent 292e79392c
commit 156199f751

View File

@@ -256,6 +256,11 @@ jobs:
shell: bash shell: bash
run: | run: |
set -euo pipefail set -euo pipefail
echo "Check if image exists on registry"
docker pull ${IMAGE_NAME}:${VERSION} || true
docker images | grep "${IMAGE_BASE}"
echo "IMAGE_NAME=${REGISTRY_HOST}/${IMAGE_BASE}" echo "IMAGE_NAME=${REGISTRY_HOST}/${IMAGE_BASE}"
echo "VERSION=${VERSION}" echo "VERSION=${VERSION}"