From 022d8830a2193206ff99219fa5026c20dc608bab Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Tue, 11 Jun 2024 09:50:54 +0200 Subject: [PATCH] ci: fix publish action and add build-args (#28) Signed-off-by: Stefan Dej --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 46cbe46..5af6769 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,4 +42,6 @@ jobs: with: push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} + build-args: | + KLIPPER_REPO=https://github.com/Klipper3d/klipper.git