mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-27 20:17:05 +02:00
update ci trigger tags
This commit is contained in:
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
|
name: Create and publish a Docker image
|
||||||
# copied from https://blog.pradumnasaraf.dev/publish-image-on-ghcr
|
# copied from https://blog.pradumnasaraf.dev/publish-image-on-ghcr
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- "**"
|
||||||
|
tags:
|
||||||
|
- v**
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
Reference in New Issue
Block a user