aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Taskfile.yaml3
1 files changed, 1 insertions, 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.