fix: adjust workflow for new symtax
This commit is contained in:
parent
6a3dbf3e45
commit
6ee525c845
1 changed files with 3 additions and 2 deletions
|
|
@ -1,10 +1,11 @@
|
|||
labels:
|
||||
platform: linux/amd64
|
||||
|
||||
steps:
|
||||
build-image:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
platform: linux/amd64
|
||||
repo: forge.lys.ee/lyssieth/rave
|
||||
secrets: [forge_username, forge_password]
|
||||
dockerfile: Dockerfile
|
||||
|
|
|
|||
Loading…
Reference in a new issue