From 8ac9261a81514e2728dabe882d49ddcb493caa01 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Thu, 9 Apr 2026 11:31:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20Attempt=203=20(fixed):=20Inline?= =?UTF-8?q?=20version=20using=20prebuilt=20cache=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/docker-push.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/docker-push.yaml b/.gitea/workflows/docker-push.yaml index 6d69d6d..79a951d 100644 --- a/.gitea/workflows/docker-push.yaml +++ b/.gitea/workflows/docker-push.yaml @@ -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 - . <