🐳 Attempt 3 (fixed): Inline version using prebuilt cache image
This commit is contained in:
@@ -62,7 +62,8 @@ jobs:
|
||||
echo "Building Docker image with tags: $TAGS"
|
||||
|
||||
# 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
|
||||
# Inline Dockerfile using prebuilt cache image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user