forked from aaron/nextcloud-fpm
fix
This commit is contained in:
parent
ff23990c15
commit
da26a97204
1 changed files with 5 additions and 8 deletions
|
@ -12,10 +12,8 @@ steps:
|
|||
tags: latest
|
||||
when:
|
||||
branch:
|
||||
include:
|
||||
- main
|
||||
event:
|
||||
include:
|
||||
- push
|
||||
- name: docker-build
|
||||
image: plugins/docker
|
||||
|
@ -28,9 +26,8 @@ steps:
|
|||
tags: latest
|
||||
dry_run: true
|
||||
when:
|
||||
branch:
|
||||
exclude:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
exclude:
|
||||
- push
|
Reference in a new issue