mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-10 21:00:17 +02:00
update ci trigger tags
This commit is contained in:
parent
b032922839
commit
a5d228b9be
8
.github/workflows/docker-image.yml
vendored
8
.github/workflows/docker-image.yml
vendored
@ -1,7 +1,13 @@
|
||||
name: Create and publish a Docker image
|
||||
# copied from https://blog.pradumnasaraf.dev/publish-image-on-ghcr
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "**"
|
||||
tags:
|
||||
- v**
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
Loading…
x
Reference in New Issue
Block a user