add secrets to 'on'
This commit is contained in:
parent
79ffde5f34
commit
c0f91aad79
@ -1,6 +1,10 @@
|
||||
name: Build a docker image for node-jellyfin-role-ot
|
||||
run-name: ${{ gitea.actor }} is building an image
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
secrets:
|
||||
TOKEN:
|
||||
required: true
|
||||
|
||||
env:
|
||||
REGISTRY: gitea.brudi.xyz
|
||||
|
Loading…
Reference in New Issue
Block a user