Skip to content

Commit

Permalink
ci: fix publish action and add build-args (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou authored Jun 11, 2024
1 parent 97096dc commit 022d883
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ jobs:
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
KLIPPER_REPO=https://github.com/Klipper3d/klipper.git

0 comments on commit 022d883

Please sign in to comment.