From d043c07ba83c46ae670a257f1f1a1c6e231dad46 Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Mon, 24 Aug 2026 05:03:53 +0800 Subject: [PATCH] bump opencode to 1.18.21 --- .gitea/workflows/build-opencode.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build-opencode.yaml b/.gitea/workflows/build-opencode.yaml index 165dce8..17e3896 100644 --- a/.gitea/workflows/build-opencode.yaml +++ b/.gitea/workflows/build-opencode.yaml @@ -26,15 +26,15 @@ jobs: ssh: default=/var/lib/gitea-runner/.ssh/id_ed25519 target: release-bin build-args: | - OPENCODE_VERSION=1.18.10 - BUN_VERSION=1.3.14 + OPENCODE_VERSION=1.18.21 + BUN_VERSION=1.4 platforms: | linux/amd64 push: true pull: true tags: | - "gitea.woggioni.net/woggioni/opencode:1.18.10-bin" - "gitea.woggioni.net/woggioni/opencode:1.18.10" + "gitea.woggioni.net/woggioni/opencode:1.18.21-bin" + "gitea.woggioni.net/woggioni/opencode:1.18.21" "gitea.woggioni.net/woggioni/opencode:latest" - name: Build and push opencode build-from-source images @@ -45,11 +45,11 @@ jobs: ssh: default=/var/lib/gitea-runner/.ssh/id_ed25519 target: release build-args: | - OPENCODE_VERSION=1.18.10 - BUN_VERSION=1.3.14 + OPENCODE_VERSION=1.18.21 + BUN_VERSION=1.4 platforms: | linux/amd64 push: true pull: true tags: | - "gitea.woggioni.net/woggioni/opencode:1.18.10-bfs" + "gitea.woggioni.net/woggioni/opencode:1.18.21-bfs"