Update permsissions
This commit is contained in:
parent
872b2ec33f
commit
c21a34506e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-docker.yaml
vendored
3
.github/workflows/build-docker.yaml
vendored
|
@ -2,6 +2,9 @@ name: Build Docker
|
|||
|
||||
on: workflow_dispatch
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
name: Build and push Docker image
|
||||
|
|
Loading…
Reference in a new issue