mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-26 23:24:38 +02:00
🥴 Updates workflow package permissions
This commit is contained in:
parent
74075f3ef1
commit
8042a251d1
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -1,6 +1,8 @@
|
|||||||
# Builds a Docker image from with latest tag when master branch is updated
|
# Builds a Docker image from with latest tag when master branch is updated
|
||||||
# The publishes it to GitHub container registry as a package
|
# The publishes it to GitHub container registry as a package
|
||||||
name: Build and Publish Docker Image to GHCR
|
name: Build and Publish Docker Image to GHCR
|
||||||
|
permissions:
|
||||||
|
packages: write
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user