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:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
tags: latest
|
tag: latest
|
||||||
when:
|
|
||||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
|
||||||
event: push
|
|
||||||
|
|
Loading…
Reference in a new issue