fix pipeline format
This commit is contained in:
parent
00ae10d583
commit
0ae988b638
1 changed files with 7 additions and 7 deletions
|
@ -21,9 +21,9 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
secrets: [docker_username, docker_password]
|
secrets: [docker_username, docker_password]
|
||||||
<<: *on-release
|
<<: *on-release
|
||||||
settings:
|
settings:
|
||||||
repo: akkoma/akkoma
|
repo: akkoma/akkoma
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tag: test
|
tag: test
|
Loading…
Reference in a new issue