GoDoxy/.github/workflows/docker-image-agent.yml
2025-02-11 01:10:07 +08:00

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