We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc6294 commit 0c522c3Copy full SHA for 0c522c3
.github/workflows/cd.yaml
@@ -2,6 +2,7 @@ name: Build and deploy the docs
2
3
permissions:
4
contents: read
5
+ packages: write
6
7
on:
8
push:
@@ -25,7 +26,7 @@ jobs:
25
26
uses: docker/metadata-action@v5
27
with:
28
images: |
- ghcr.io/blokmap/blokmap-frontend
29
+ ghcr.io/blokmap/blokmap-docs
30
tags: |
31
type=raw,value={{sha}}
32
type=raw,value=latest
0 commit comments