From c3c059eab637229e18609947266994d48144a9e5 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Mon, 15 Jun 2026 20:03:36 +0200 Subject: [PATCH] chore: fix --- .github/workflows/backend-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend-build.yml b/.github/workflows/backend-build.yml index 87ded0b2..e626f430 100644 --- a/.github/workflows/backend-build.yml +++ b/.github/workflows/backend-build.yml @@ -97,7 +97,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - file: docker/backend/Dockerfile + file: docker-pre-prod/backend/Dockerfile target: runtime push: true tags: xor1234/backend-mln:${{ github.ref == 'refs/heads/main' && 'latest' || 'pre-prod' }} @@ -106,7 +106,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - file: docker/backend/Dockerfile + file: docker-pre-prod/backend/Dockerfile target: waf push: true tags: xor1234/backend-mln:${{ github.ref == 'refs/heads/main' && 'waf' || 'waf-pre-prod' }}