Compare commits
3 Commits
650c77aca6
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
f617b0a910
|
|||
|
33be179905
|
|||
|
d10cdacb16
|
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user