mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 11:04:21 +00:00
14 lines
253 B
YAML
14 lines
253 B
YAML
|
name: "Release new version"
|
||
|
|
||
|
on:
|
||
|
# Creation of a new tag starting with v
|
||
|
push:
|
||
|
tags:
|
||
|
- "v*"
|
||
|
# Can also be triggered manually
|
||
|
workflow_dispatch:
|
||
|
|
||
|
jobs:
|
||
|
ghcrio:
|
||
|
uses: Steffo99/.github/.github/workflows/buildrelease-docker.yml@main
|