attempt build from source of opencode
This commit is contained in:
@@ -32,4 +32,27 @@ jobs:
|
||||
tags: |
|
||||
"gitea.woggioni.net/woggioni/opencode:1.18.4"
|
||||
"gitea.woggioni.net/woggioni/opencode:latest"
|
||||
build-from-source:
|
||||
runs-on: hostinger
|
||||
steps:
|
||||
-
|
||||
name: Login to Gitea container registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.woggioni.net
|
||||
username: woggioni
|
||||
password: ${{ secrets.PUBLISHER_TOKEN }}
|
||||
-
|
||||
name: Build and push opencode images
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
builder: multiplatform-builder
|
||||
context: "{{defaultContext}}:opencode"
|
||||
file: from_source.dockerfile
|
||||
build-args: |
|
||||
VERSION=1.18.4
|
||||
platforms: |
|
||||
linux/amd64
|
||||
push: false
|
||||
pull: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user