From 3db4f1eef288f53dbbbc5615b38c81a7df85f9f6 Mon Sep 17 00:00:00 2001 From: Ilya Mukhortov Date: Mon, 24 Aug 2026 10:47:20 +1000 Subject: [PATCH] add push image --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index 1f8b776..d469a31 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -25,4 +25,4 @@ tasks: cmds: - task: webui-dist - task: binary - - docker build --pull=false --platform linux/amd64 -f Dockerfile.singlearch -t {{.IMAGE}} . + - docker build --pull=false --platform linux/amd64 -f Dockerfile.singlearch -t {{.IMAGE}} --push .