citest
This commit is contained in:
parent
2f1f486000
commit
c408a15910
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
when:
|
||||
branch: ["dev", "stable"]
|
||||
event: push
|
||||
steps:
|
||||
- name: build
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
image: plugins/docker
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
dockerfile: Dockerfile
|
||||
tags: latest
|
||||
when:
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
event: push
|
||||
tag: latest
|
||||
|
|
Loading…
Reference in a new issue