feat(ci): Build docker container

This commit is contained in:
Rafael Epplée 2025-05-28 17:08:02 +02:00
parent e7d93e2850
commit 3b91b7e28d
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118

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