From d3cf4c1a12d577cc80f4459af039a7b655f489ab Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 28 Feb 2026 05:05:06 -0800 Subject: chore(task): publish version and latest image tags --- Taskfile.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Taskfile.yaml b/Taskfile.yaml index 585f3b0..8c4997e 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -330,8 +330,7 @@ tasks: - sh: docker buildx version >/dev/null 2>&1 msg: docker buildx is required for multi-architecture docker:build cmds: - - docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/fuwn/plutia:{{.VERSION_TAG}} --push . - - docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/fuwn/plutia:latest --push . + - docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/fuwn/plutia:{{.VERSION_TAG}} -t ghcr.io/fuwn/plutia:latest --push . docker:run: desc: Run Plutia container with mounted config and persistent data. -- cgit v1.2.3