mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-26 02:51:07 +01:00
workflow update
This commit is contained in:
22
.github/workflows/docker-image-nightly.yml
vendored
Normal file
22
.github/workflows/docker-image-nightly.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
name: Docker Image CI (nightly)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "*" # matches every branch that doesn't contain a '/'
|
||||
- "*/*" # matches every branch containing a single '/'
|
||||
- "**" # matches every branch
|
||||
- "!main" # excludes master
|
||||
|
||||
jobs:
|
||||
build-nightly:
|
||||
uses: ./.github/workflows/docker-image.yml
|
||||
with:
|
||||
image_name: ${{ github.repository_owner }}/godoxy
|
||||
tag: nightly
|
||||
build-nightly-agent:
|
||||
uses: ./.github/workflows/docker-image.yml
|
||||
with:
|
||||
image_name: ${{ github.repository_owner }}/godoxy-agent
|
||||
tag: nightly
|
||||
agent: true
|
||||
Reference in New Issue
Block a user