This commit is contained in:
parent
c71e965481
commit
d68724a470
1 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
when:
|
||||
- event: [pull_request, tag]
|
||||
|
||||
|
||||
steps:
|
||||
docker-deploy-pr:
|
||||
when:
|
||||
|
@ -16,8 +20,7 @@ steps:
|
|||
|
||||
docker-deploy-tag:
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
event: tag
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
dockerfile: Dockerfile
|
||||
|
|
Loading…
Reference in a new issue