Skip to content

Commit 6560419

Browse files
committed
[release] Fix ghcr.io auth
1 parent 85ffd5a commit 6560419

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/release.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@ jobs:
1818
name: Set up Go
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.16.4
21+
go-version: 1.17.2
22+
-
23+
name: Docker Login
24+
uses: docker/login-action@v1
25+
with:
26+
registry: ghcr.io
27+
username: ${{ github.repository_owner }}
28+
password: ${{ secrets.GITHUB_TOKEN }}
2229
-
2330
name: Run GoReleaser
2431
uses: goreleaser/goreleaser-action@v2

.goreleaser.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ dockers:
4949
- goos: linux
5050
goarch: amd64
5151
goarm: ''
52-
binaries:
53-
- dazzle
5452
dockerfile: Dockerfile
5553
image_templates:
5654
- "ghcr.io/gitpod-io/dazzle:{{ .Tag }}"

0 commit comments

Comments
 (0)