1
0
forked from shaytan/rdgen

Now the Docker image is built only when a tag with the version is pushed

This commit is contained in:
Nicola Belluti
2025-01-31 17:42:54 +01:00
committed by GitHub
parent e2ac4365d0
commit f9d1ad4023

View File

@@ -1,7 +1,9 @@
name: update docker image
on:
workflow_dispatch:
push:
tags:
- 'v*.*.*'
jobs:
build: