feat(ci): Build docker container
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Rafael Epplée 2025-05-28 17:08:02 +02:00
parent e7d93e2850
commit 39325a81a1
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