ci: fix publish action and add build-args (#28)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
97096dc45c
commit
022d8830a2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue