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_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