mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-21 04:52:35 +02:00
12 lines
234 B
YAML
12 lines
234 B
YAML
name: Docker Image CI (agent)
|
|
|
|
on:
|
|
push:
|
|
tags: ["*"]
|
|
|
|
jobs:
|
|
call-main-workflow:
|
|
uses: ./.github/workflows/docker-image.yml
|
|
with:
|
|
make_args: "agent=1"
|
|
image_name: ${{ github.repository_owner }}/godoxy-agent
|