There was an error while loading. Please reload this page.
1 parent de357e7 commit cb9a689Copy full SHA for cb9a689
1 file changed
.github/workflows/release.yml
@@ -8,6 +8,10 @@ name: Create release
8
env:
9
version: ${{ github.ref_name }}
10
11
+permissions:
12
+ contents: read
13
+ packages: read
14
+
15
jobs:
16
build:
17
strategy:
@@ -29,6 +33,13 @@ jobs:
29
33
with:
30
34
fetch-depth: 0
31
35
36
+ - name: Login to GHCR
37
+ uses: docker/login-action@v3
38
+ with:
39
+ registry: ghcr.io
40
+ username: ${{ github.actor }}
41
+ password: ${{ secrets.GITHUB_TOKEN }}
42
32
43
- name: Set up golang
44
uses: actions/setup-go@v6
45
0 commit comments