mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-21 21:12:34 +02:00
9 lines
134 B
YAML
9 lines
134 B
YAML
name: Docker Image CI (main)
|
|
|
|
on:
|
|
push:
|
|
tags: ["*"]
|
|
|
|
jobs:
|
|
call-main-workflow:
|
|
uses: ./.github/workflows/docker-image.yml
|