We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457cad5 commit f3a5e3bCopy full SHA for f3a5e3b
.goreleaser.yml
@@ -63,7 +63,6 @@ dockers:
63
- --label=org.opencontainers.image.revision={{ .FullCommit }}
64
- --label=org.opencontainers.image.licenses=Apache-2.0
65
skip_push: false
66
- dockerfile: build/Dockerfile
67
snapshot:
68
name_template: '{{ .Version }}-SNAPSHOT-{{ .ShortCommit }}'
69
checksum:
build/Dockerfile renamed to Dockerfile
Makefile
@@ -21,7 +21,7 @@ build:
21
22
.PHONY: docker-build
23
docker-build:
24
- docker build -t $(IMG) -f build/Dockerfile .
+ docker build -t $(IMG) -f Dockerfile .
25
26
test:
27
go test -race ./...
0 commit comments