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
|
||||
branch:
|
||||
- stable
|
||||
|
||||
|
||||
pipeline:
|
||||
build:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [docker_username, docker_password]
|
||||
<<: *on-release
|
||||
settings:
|
||||
repo: akkoma/akkoma
|
||||
dockerfile: Dockerfile
|
||||
platforms: linux/amd64
|
||||
tag: test
|
||||
<<: *on-release
|
||||
settings:
|
||||
repo: akkoma/akkoma
|
||||
dockerfile: Dockerfile
|
||||
platforms: linux/amd64
|
||||
tag: test
|
Loading…
Reference in a new issue