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 85ffd5a commit 6560419Copy full SHA for 6560419
.github/workflows/release.yaml
@@ -18,7 +18,14 @@ jobs:
18
name: Set up Go
19
uses: actions/setup-go@v2
20
with:
21
- go-version: 1.16.4
+ 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 }}
29
-
30
name: Run GoReleaser
31
uses: goreleaser/goreleaser-action@v2
.goreleaser.yml
@@ -49,8 +49,6 @@ dockers:
49
- goos: linux
50
goarch: amd64
51
goarm: ''
52
- binaries:
53
- - dazzle
54
dockerfile: Dockerfile
55
image_templates:
56
- "ghcr.io/gitpod-io/dazzle:{{ .Tag }}"
0 commit comments