mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-17 23:14:21 +01:00
update files for agent, deps upgrade
This commit is contained in:
12
.github/workflows/docker-image-agent.yml
vendored
Normal file
12
.github/workflows/docker-image-agent.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user