mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 16:58:31 +02:00
ci: Add GitHub Actions workflow for compat variant
This commit is contained in:
20
.github/workflows/docker-image-compat.yml
vendored
Normal file
20
.github/workflows/docker-image-compat.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
name: Docker Image CI (compat)
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- compat
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-compat:
|
||||||
|
uses: ./.github/workflows/docker-image.yml
|
||||||
|
with:
|
||||||
|
image_name: ${{ github.repository_owner }}/godoxy
|
||||||
|
tag: latest-compat
|
||||||
|
target: main
|
||||||
|
build-compat-agent:
|
||||||
|
uses: ./.github/workflows/docker-image.yml
|
||||||
|
with:
|
||||||
|
image_name: ${{ github.repository_owner }}/godoxy-agent
|
||||||
|
tag: latest-compat
|
||||||
|
target: agent
|
||||||
1
.github/workflows/docker-image-nightly.yml
vendored
1
.github/workflows/docker-image-nightly.yml
vendored
@@ -8,6 +8,7 @@ on:
|
|||||||
- "**" # matches every branch
|
- "**" # matches every branch
|
||||||
- "!dependabot/*"
|
- "!dependabot/*"
|
||||||
- "!main" # excludes main
|
- "!main" # excludes main
|
||||||
|
- "!compat" # excludes compat branch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-nightly:
|
build-nightly:
|
||||||
|
|||||||
Reference in New Issue
Block a user