fix pipeline format
This commit is contained in:
parent
00ae10d583
commit
0ae988b638
1 changed files with 7 additions and 7 deletions
|
@ -16,14 +16,14 @@ variables:
|
||||||
- tag
|
- tag
|
||||||
branch:
|
branch:
|
||||||
- stable
|
- stable
|
||||||
|
|
||||||
pipeline:
|
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