Switch opencode image to build from source
CI / Build opencode docker images (push) Successful in 3m39s
CI / Build opencode docker images (push) Successful in 3m39s
This commit is contained in:
@@ -18,18 +18,38 @@ jobs:
|
||||
username: woggioni
|
||||
password: ${{ secrets.PUBLISHER_TOKEN }}
|
||||
-
|
||||
name: Build and push opencode images
|
||||
name: Build and push opencode binary images
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
builder: multiplatform-builder
|
||||
context: "{{defaultContext}}:opencode"
|
||||
ssh: default=/var/lib/gitea-runner/.ssh/id_ed25519
|
||||
target: release-bin
|
||||
build-args: |
|
||||
OPENCODE_VERSION=1.18.4
|
||||
BUN_VERSION=1.3.14
|
||||
platforms: |
|
||||
linux/amd64
|
||||
push: true
|
||||
pull: true
|
||||
tags: |
|
||||
"gitea.woggioni.net/woggioni/opencode:1.18.4-bin"
|
||||
"gitea.woggioni.net/woggioni/opencode:1.18.4"
|
||||
"gitea.woggioni.net/woggioni/opencode:latest"
|
||||
|
||||
-
|
||||
name: Build and push opencode build-from-source images
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
builder: multiplatform-builder
|
||||
context: "{{defaultContext}}:opencode"
|
||||
ssh: default=/var/lib/gitea-runner/.ssh/id_ed25519
|
||||
target: release
|
||||
build-args: |
|
||||
OPENCODE_VERSION=1.18.4
|
||||
BUN_VERSION=1.3.14
|
||||
platforms: |
|
||||
linux/amd64
|
||||
push: true
|
||||
pull: true
|
||||
tags: |
|
||||
"gitea.woggioni.net/woggioni/opencode:1.18.4-bfs"
|
||||
|
||||
Reference in New Issue
Block a user