mirror of
https://github.com/Steffo99/backup-duplicity.git
synced 2024-12-21 19:24:18 +00:00
11 lines
197 B
YAML
11 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
|