update ci trigger tags

This commit is contained in:
hzrd149 2023-10-03 09:18:38 -05:00
parent b032922839
commit a5d228b9be

View File

@ -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