🐛 fix: set DEPS_HASH env var for ci-pipeline job
This commit is contained in:
@@ -157,6 +157,7 @@ jobs:
|
||||
IMAGE_NAME="${{ env.CI_REGISTRY }}/${{ env.GITEA_ORG }}/${{ env.GITEA_REPO }}-build-cache:${{ needs.build-cache.outputs.deps_hash }}"
|
||||
echo "Build cache image: $IMAGE_NAME"
|
||||
echo "CACHE_IMAGE=$IMAGE_NAME" >> $GITHUB_ENV
|
||||
echo "DEPS_HASH=${{ needs.build-cache.outputs.deps_hash }}" >> $GITHUB_ENV
|
||||
|
||||
# Cache is guaranteed to be available since build-cache job succeeded
|
||||
echo "✅ Using Docker build cache (guaranteed by build-cache job)"
|
||||
|
||||
Reference in New Issue
Block a user