Compare commits

...

1 commit

Author SHA1 Message Date
6c729f16e1
run docker build
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed
2026-02-23 17:23:36 +01:00

View file

@ -9,9 +9,9 @@ services:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
trigger:
event:
- push
#trigger:
# event:
# - push
steps:
- name: compute cache key
@ -114,11 +114,11 @@ services:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
trigger:
event:
- promote
target:
- production
#trigger:
# event:
# - promote
# target:
# - production
steps:
- name: compute cache key
@ -217,6 +217,7 @@ name: build-and-publish
trigger:
branch:
- main
- fix/imprintor
event:
- push
- tag