Skip to content

Commit ff47414

Browse files
committed
WIP try to get release running
1 parent ef44faf commit ff47414

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
permissions:
1212
contents: write
13-
# packages: write
13+
packages: write
1414
# issues: write
1515
# id-token: write
1616

@@ -28,6 +28,13 @@ jobs:
2828
go-version: stable
2929
- name: Set up Docker Buildx
3030
uses: docker/setup-buildx-action@v3
31+
- name: Login to GitHub Container Registry
32+
uses: docker/login-action@v3
33+
with:
34+
registry: ghcr.io
35+
username: ${{ github.actor }}
36+
password: ${{ secrets.GITHUB_TOKEN }}
37+
3138
# More assembly might be required: Docker logins, GPG, etc.
3239
# It all depends on your needs.
3340
- name: Run GoReleaser

0 commit comments

Comments
 (0)