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