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 f3b8220 commit 85ffd5aCopy full SHA for 85ffd5a
.goreleaser.yml
@@ -45,15 +45,14 @@ changelog:
45
- '^test:'
46
release:
47
prerelease: auto
48
-# dockers:
49
-# -
50
-# goos: linux
51
-# goarch: amd64
52
-# goarm: ''
53
-# binaries:
54
-# - dazzle
55
-# dockerfile: Dockerfile
56
-# image_templates:
57
-# - "csweichel/dazzle:{{ .Tag }}"
58
-# extra_files:
59
-# - README.md
+dockers:
+ - goos: linux
+ goarch: amd64
+ goarm: ''
+ binaries:
+ - dazzle
+ dockerfile: Dockerfile
+ image_templates:
+ - "ghcr.io/gitpod-io/dazzle:{{ .Tag }}"
+ extra_files:
+ - README.md
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM docker:stable
+FROM moby/buildkit:v0.9.1
2
WORKDIR /dazzle
3
COPY dazzle README.md /dazzle/
4
ENV PATH=/dazzle:$PATH
0 commit comments