Fix build pipeline

This commit is contained in:
Greyscale 2024-05-17 07:32:24 +02:00
parent 2509d99b9e
commit a7bd6511b6

View file

@ -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: |