mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-24 22:22:35 +02:00
12 lines
221 B
YAML
12 lines
221 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 }}-agent
|