We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edef86 commit b01bd2aCopy full SHA for b01bd2a
.github/workflows/release.yml
@@ -4,6 +4,10 @@ on:
4
release:
5
types: [released]
6
7
+permissions:
8
+ contents: read
9
+ packages: write
10
+
11
env:
12
REGISTRY: ghcr.io
13
IMAGE_NAME: ${{ github.repository }}
0 commit comments