mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-18 08:07:06 +01:00
21 lines
439 B
YAML
21 lines
439 B
YAML
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
|