mirror of
https://github.com/yusing/godoxy.git
synced 2026-02-23 01:04:53 +01:00
13 lines
221 B
YAML
13 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
|