mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-30 08:11:20 +00:00
only build dev image on main branch
This commit is contained in:
parent
6ca5f00214
commit
1bab7f4a34
1 changed files with 0 additions and 4 deletions
|
@ -69,7 +69,6 @@ steps:
|
|||
when:
|
||||
branch:
|
||||
- main
|
||||
- drone-release-main
|
||||
|
||||
- name: push dev build to docker manifest
|
||||
image: plugins/manifest
|
||||
|
@ -87,7 +86,6 @@ steps:
|
|||
when:
|
||||
branch:
|
||||
- main
|
||||
- drone-release-main
|
||||
|
||||
- name: make release build and push to docker hub
|
||||
image: plugins/docker
|
||||
|
@ -188,7 +186,6 @@ steps:
|
|||
when:
|
||||
branch:
|
||||
- main
|
||||
- drone-release-main
|
||||
|
||||
- name: push dev build to docker manifest
|
||||
image: plugins/manifest
|
||||
|
@ -206,7 +203,6 @@ steps:
|
|||
when:
|
||||
branch:
|
||||
- main
|
||||
- drone-release-main
|
||||
|
||||
- name: make release build and push to docker hub
|
||||
image: plugins/docker
|
||||
|
|
Loading…
Reference in a new issue