🐳 Attempt 3 (fixed): Export DEPS_HASH for inline Dockerfile

This commit is contained in:
2026-04-09 11:31:19 +02:00
parent 8ac9261a81
commit ab9bdef81d

View File

@@ -54,9 +54,10 @@ jobs:
source VERSION
IMAGE_VERSION="$MAJOR.$MINOR.$PATCH${PRERELEASE:+-$PRERELEASE}"
# Use the calculated dependency hash
# Use the calculated dependency hash and export it
DEPS_HASH="${{ steps.calc_hash.outputs.deps_hash }}"
echo "Using dependency hash: $DEPS_HASH"
export DEPS_HASH
TAGS="$IMAGE_VERSION latest ${{ github.sha }}"
echo "Building Docker image with tags: $TAGS"