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')) }}