mirror of https://github.com/Lissy93/dashy.git
🥴 Updates workflow package permissions
This commit is contained in:
parent
74075f3ef1
commit
8042a251d1
|
@ -1,6 +1,8 @@
|
|||
# Builds a Docker image from with latest tag when master branch is updated
|
||||
# The publishes it to GitHub container registry as a package
|
||||
name: Build and Publish Docker Image to GHCR
|
||||
permissions:
|
||||
packages: write
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
|
Loading…
Reference in New Issue