mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
only build dev image on main branch
This commit is contained in:
parent
6ca5f00214
commit
1bab7f4a34
@ -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 New Issue
Block a user