run docker build
This commit is contained in:
parent
3443245e71
commit
6c729f16e1
1 changed files with 9 additions and 8 deletions
17
.drone.yml
17
.drone.yml
|
|
@ -9,9 +9,9 @@ services:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
|
|
||||||
trigger:
|
#trigger:
|
||||||
event:
|
# event:
|
||||||
- push
|
# - push
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: compute cache key
|
- name: compute cache key
|
||||||
|
|
@ -114,11 +114,11 @@ services:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
|
|
||||||
trigger:
|
#trigger:
|
||||||
event:
|
# event:
|
||||||
- promote
|
# - promote
|
||||||
target:
|
# target:
|
||||||
- production
|
# - production
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: compute cache key
|
- name: compute cache key
|
||||||
|
|
@ -217,6 +217,7 @@ name: build-and-publish
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
- fix/imprintor
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- tag
|
- tag
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue