From 91771fc16ec066ba630137c1795b3c3a6e89ba1a Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Tue, 7 Oct 2025 10:11:52 +0300 Subject: [PATCH] Remove unused docker build scripts Image is always built on CI so that it's the correct architecture --- mise.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/mise.toml b/mise.toml index c66cf55f..c30b3816 100644 --- a/mise.toml +++ b/mise.toml @@ -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'