mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
ci: fix docker image workflow permissions (#1013)
* Update docker.yaml * Fix indentation in docker workflow file
This commit is contained in:
parent
02a3abd892
commit
77f8a368a2
3
.github/workflows/docker.yaml
vendored
3
.github/workflows/docker.yaml
vendored
@ -10,6 +10,9 @@ on:
|
|||||||
- v*
|
- v*
|
||||||
- "*"
|
- "*"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
packages: write
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
DOCKER_IMAGE: ghcr.io/${{ github.repository }}
|
DOCKER_IMAGE: ghcr.io/${{ github.repository }}
|
||||||
|
Loading…
Reference in New Issue
Block a user