Compare commits

...

1 commit

Author SHA1 Message Date
3b91b7e28d
feat(ci): Build docker container 2025-05-28 17:10:41 +02:00

View file

@ -63,6 +63,11 @@ steps:
# Run tests
- mix test
- name: build & publish container
image: docker.io/library/elixir:1.18.3-otp-27
commands:
- docker build --tag mitgliederverwaltung .
---
kind: pipeline
type: docker