ci: fix publish action and add build-args
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
97096dc45c
commit
d50a36e9bd
|
|
@ -43,3 +43,5 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
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