From a7bd6511b60d8e6b3fcb1e474b07cb6f7abcaf37 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Fri, 17 May 2024 07:32:24 +0200 Subject: [PATCH] Fix build pipeline --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3de9a2..0efd208 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,9 +10,6 @@ on: push: branches: - main - paths: - - "marshall/**" - - ".github/workflows/marshall.yml" env: latest-stable-version: "focal" @@ -61,9 +58,6 @@ jobs: } >> "$GITHUB_ENV" - uses: actions/checkout@v4 - with: - sparse-checkout: | - marshall - uses: docker/setup-qemu-action@v3 @@ -102,7 +96,7 @@ jobs: uses: docker/build-push-action@v5 id: build with: - context: marshall + context: . platforms: ${{ matrix.platform }} labels: ${{ steps.meta.outputs.labels }} build-args: |