Skip to content

Commit 0c522c3

Browse files
committed
ci: fix deploy permissions
1 parent 5cc6294 commit 0c522c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Build and deploy the docs
22

33
permissions:
44
contents: read
5+
packages: write
56

67
on:
78
push:
@@ -25,7 +26,7 @@ jobs:
2526
uses: docker/metadata-action@v5
2627
with:
2728
images: |
28-
ghcr.io/blokmap/blokmap-frontend
29+
ghcr.io/blokmap/blokmap-docs
2930
tags: |
3031
type=raw,value={{sha}}
3132
type=raw,value=latest

0 commit comments

Comments
 (0)