From f5c71ed2660f5d13e694a899a98a22591b478d07 Mon Sep 17 00:00:00 2001 From: Garry O'Donnell Date: Thu, 20 Jul 2023 13:36:26 +0000 Subject: [PATCH] Set context when building container image --- .github/workflows/container.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index fe031591..5296f5b2 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -51,6 +51,7 @@ jobs: - name: Build Image uses: docker/build-push-action@v4.1.1 with: + context: . target: ${{ matrix.target }} push: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }} load: ${{ !(github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) }}