Compare commits

...

3 Commits

Author SHA1 Message Date
f617b0a910 bump opencode to 1.3.2
All checks were successful
CI / Build opencode docker images (push) Successful in 2m6s
2026-03-25 23:37:49 +08:00
33be179905 updated wildfly
All checks were successful
CI / Build wildfly docker images (push) Successful in 11m20s
2026-03-16 21:23:36 +08:00
d10cdacb16 bumped nginx image to 1.29.6
All checks were successful
CI / Build nginx docker images (push) Successful in 6m38s
2026-03-15 21:05:46 +08:00
3 changed files with 10 additions and 10 deletions

View File

@@ -31,12 +31,12 @@ jobs:
ssh: default=/home/luser/.ssh/id_ed25519 ssh: default=/home/luser/.ssh/id_ed25519
tags: | tags: |
"gitea.woggioni.net/woggioni/nginx:latest" "gitea.woggioni.net/woggioni/nginx:latest"
"gitea.woggioni.net/woggioni/nginx:v1.29.5" "gitea.woggioni.net/woggioni/nginx:v1.29.6"
secrets: | secrets: |
GIT_AUTH_TOKEN.github.com=${{ secrets.GH_ACCESS_TOKEN }} GIT_AUTH_TOKEN.github.com=${{ secrets.GH_ACCESS_TOKEN }}
build-args: | build-args: |
LIBRESSL_VERSION=4.2.1 LIBRESSL_VERSION=4.2.1
NGINX_VERSION=1.29.5 NGINX_VERSION=1.29.6
NGINX_BRANCH=vanilla NGINX_BRANCH=vanilla
- -
name: Build and push nginx custom images name: Build and push nginx custom images
@@ -53,10 +53,10 @@ jobs:
ssh: default=/home/luser/.ssh/id_ed25519 ssh: default=/home/luser/.ssh/id_ed25519
tags: | tags: |
"gitea.woggioni.net/woggioni/nginx:woggioni" "gitea.woggioni.net/woggioni/nginx:woggioni"
"gitea.woggioni.net/woggioni/nginx:v1.29.5-woggioni" "gitea.woggioni.net/woggioni/nginx:v1.29.6-woggioni"
secrets: | secrets: |
GIT_AUTH_TOKEN.github.com=${{ secrets.GH_ACCESS_TOKEN }} GIT_AUTH_TOKEN.github.com=${{ secrets.GH_ACCESS_TOKEN }}
build-args: | build-args: |
LIBRESSL_VERSION=4.2.1 LIBRESSL_VERSION=4.2.1
NGINX_VERSION=1.29.5 NGINX_VERSION=1.29.6
NGINX_BRANCH=woggioni NGINX_BRANCH=woggioni

View File

@@ -24,7 +24,7 @@ jobs:
builder: multiplatform-builder builder: multiplatform-builder
context: "{{defaultContext}}:opencode" context: "{{defaultContext}}:opencode"
build-args: | build-args: |
OPENCODE_VERSION=1.2.26 OPENCODE_VERSION=1.3.2
ALPINE_VERSION=3.23 ALPINE_VERSION=3.23
platforms: | platforms: |
linux/amd64 linux/amd64
@@ -32,8 +32,8 @@ jobs:
push: true push: true
pull: true pull: true
tags: | tags: |
"gitea.woggioni.net/woggioni/opencode:1.2.26" "gitea.woggioni.net/woggioni/opencode:1.3.2"
"gitea.woggioni.net/woggioni/opencode:1.2.26-alpine3.23" "gitea.woggioni.net/woggioni/opencode:1.3.2-alpine3.23"
"gitea.woggioni.net/woggioni/opencode:1.2.26-alpine" "gitea.woggioni.net/woggioni/opencode:1.3.2-alpine"
"gitea.woggioni.net/woggioni/opencode:latest" "gitea.woggioni.net/woggioni/opencode:latest"

View File

@@ -26,6 +26,6 @@ jobs:
pull: true pull: true
tags: | tags: |
"gitea.woggioni.net/woggioni/wildfly:latest" "gitea.woggioni.net/woggioni/wildfly:latest"
"gitea.woggioni.net/woggioni/wildfly:39.0.0" "gitea.woggioni.net/woggioni/wildfly:39.0.1"
build-args: "VERSION=39.0.0" build-args: "VERSION=39.0.1"