From e08155bca8936020d4a4099668cb3d4e90195e7b Mon Sep 17 00:00:00 2001 From: leo42 Date: Mon, 30 Dec 2024 16:05:43 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e3a4e0..94dd2cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: name: Build and push Fe uses: docker/build-push-action@v5 with: - file: ./Fe/Dockerfile + working-directory: ./Fe push: true tags: leo42/broclan:latest ImageGenerator: @@ -85,4 +85,4 @@ jobs: with: file: ./Be/passthrough/Dockerfile push: true - tags: leo42/passthrough:latest \ No newline at end of file + tags: leo42/passthrough:latest