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,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 .