Compare commits

..

1 commit

Author SHA1 Message Date
39325a81a1
feat(ci): Build docker container
Some checks failed
continuous-integration/drone/push Build is failing
2025-05-28 17:14:41 +02:00

View file

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