🐳 Attempt 3 (fixed): Inline version using prebuilt cache image

This commit is contained in:
2026-04-09 11:31:06 +02:00
parent 1843bc968f
commit 8ac9261a81

View File

@@ -62,7 +62,8 @@ jobs:
echo "Building Docker image with tags: $TAGS" echo "Building Docker image with tags: $TAGS"
# Build the production image using inline version with prebuilt cache image # Build the production image using inline version with prebuilt cache image
docker build -t dance-lessons-coach -f - . <<'EOF' # Fixed: Use proper variable substitution in the inline Dockerfile
docker build -t dance-lessons-coach -f - . <<EOF
# dance-lessons-coach Production Docker Image # dance-lessons-coach Production Docker Image
# Inline Dockerfile using prebuilt cache image # Inline Dockerfile using prebuilt cache image