Remove unused docker build scripts

Image is always built on CI so that it's the correct architecture
This commit is contained in:
Claudio Ortolina
2025-10-07 10:11:52 +03:00
parent 0215153fc5
commit 91771fc16e
-10
View File
@@ -41,13 +41,3 @@ run = 'mix test'
[tasks."dev:readme-preview"]
description = 'Preview the README file via a GH flavoured markdown rendered'
run = 'gh gfm-preview README.md'
# DOCKER
[tasks."docker:build"]
description = 'Builds and tags the application Docker image'
run = 'docker compose build'
[tasks."docker:push"]
description = 'Push the image to the registry'
run = 'docker compose push'