mirror of
https://github.com/Steffo99/backup-duplicity.git
synced 2024-12-22 03:34:17 +00:00
12 lines
197 B
YAML
12 lines
197 B
YAML
|
name: "Release new version"
|
||
|
|
||
|
on:
|
||
|
# Creation of a new tag starting with v
|
||
|
push:
|
||
|
tags:
|
||
|
- "v*"
|
||
|
|
||
|
jobs:
|
||
|
ghcrio:
|
||
|
uses: Steffo99/.github/.github/workflows/buildrelease-docker.yml@main
|