bump opencode to 1.18.5
CI / Build opencode docker images (push) Successful in 14m14s

This commit is contained in:
2026-07-25 17:25:00 +08:00
parent 65f6866987
commit 5192150a06
+5 -5
View File
@@ -26,15 +26,15 @@ jobs:
ssh: default=/var/lib/gitea-runner/.ssh/id_ed25519 ssh: default=/var/lib/gitea-runner/.ssh/id_ed25519
target: release-bin target: release-bin
build-args: | build-args: |
OPENCODE_VERSION=1.18.4 OPENCODE_VERSION=1.18.5
BUN_VERSION=1.3.14 BUN_VERSION=1.3.14
platforms: | platforms: |
linux/amd64 linux/amd64
push: true push: true
pull: true pull: true
tags: | tags: |
"gitea.woggioni.net/woggioni/opencode:1.18.4-bin" "gitea.woggioni.net/woggioni/opencode:1.18.5-bin"
"gitea.woggioni.net/woggioni/opencode:1.18.4" "gitea.woggioni.net/woggioni/opencode:1.18.5"
"gitea.woggioni.net/woggioni/opencode:latest" "gitea.woggioni.net/woggioni/opencode:latest"
- -
name: Build and push opencode build-from-source images name: Build and push opencode build-from-source images
@@ -45,11 +45,11 @@ jobs:
ssh: default=/var/lib/gitea-runner/.ssh/id_ed25519 ssh: default=/var/lib/gitea-runner/.ssh/id_ed25519
target: release target: release
build-args: | build-args: |
OPENCODE_VERSION=1.18.4 OPENCODE_VERSION=1.18.5
BUN_VERSION=1.3.14 BUN_VERSION=1.3.14
platforms: | platforms: |
linux/amd64 linux/amd64
push: true push: true
pull: true pull: true
tags: | tags: |
"gitea.woggioni.net/woggioni/opencode:1.18.4-bfs" "gitea.woggioni.net/woggioni/opencode:1.18.5-bfs"