From 1f81576c2d2bc271f9eac10c14a906437770a456 Mon Sep 17 00:00:00 2001 From: Valentin Matton Date: Mon, 2 Oct 2023 12:06:58 +0200 Subject: [PATCH] fix(ci) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9f8f56bb..480331195 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: - name: Build and export to Docker uses: docker/build-push-action@v4 with: - context: . + context: ./${{ matrix.service }} load: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} @@ -72,7 +72,7 @@ jobs: - name: Push image to GitHub registry uses: docker/build-push-action@v4 with: - context: . + context: ./${{ matrix.service }} push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file