add new tag restriction to docker push job
All checks were successful
Compile the repository / compile (push) Successful in 9s

This commit is contained in:
mightypanders 2023-06-17 01:27:49 +02:00
parent ce4441cee3
commit 2c09033c3f

View File

@ -1,6 +1,9 @@
name: Build a docker image for node-jellyfin-role-bot
run-name: ${{ gitea.actor }} is building an image
on: [push]
on:
push:
tags:
- '*'
env:
REGISTRY: gitea.brudi.xyz
IMAGE_NAME: ${{ gitea.repository }}