mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 02:54:21 +00:00
13 lines
253 B
YAML
13 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
|