diff --git a/.gitea/workflows/docker-push.yaml b/.gitea/workflows/docker-push.yaml index 69c3bb3..b12e020 100644 --- a/.gitea/workflows/docker-push.yaml +++ b/.gitea/workflows/docker-push.yaml @@ -63,7 +63,7 @@ jobs: echo "Building Docker image with tags: $TAGS" # Build the production image using inline version with prebuilt cache image - # Fixed: Use proper variable substitution in the inline Dockerfile + # Fixed: Proper working directory and source code copying docker build -t dance-lessons-coach -f - . <