Skip to content

Commit b44556d

Browse files
Add write permission to ghcr.io
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
1 parent e5d4f56 commit b44556d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ on:
55
tags:
66
- "v*"
77
env:
8+
CGO_ENABLED: 0
9+
GO_VERSION: '1.25'
810
REGISTRY: ghcr.io
11+
# github.repository as <account>/<repo>
912
IMAGE_NAME: ${{ github.repository }}
10-
GO_VERSION: '1.25'
13+
14+
permissions:
15+
contents: write
1116

1217
jobs:
1318
build-image:

0 commit comments

Comments
 (0)