diff options
| author | Fuwn <[email protected]> | 2026-02-28 05:05:06 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-28 05:05:06 -0800 |
| commit | d3cf4c1a12d577cc80f4459af039a7b655f489ab (patch) | |
| tree | c991bf833334bd2afd7735b75f2d0a45c4be7827 | |
| parent | chore(docker): use alpine runtime and shell healthcheck (diff) | |
| download | plutia-test-d3cf4c1a12d577cc80f4459af039a7b655f489ab.tar.xz plutia-test-d3cf4c1a12d577cc80f4459af039a7b655f489ab.zip | |
chore(task): publish version and latest image tags
| -rw-r--r-- | Taskfile.yaml | 3 |
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. |