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 f58f154 commit 5fb9504Copy full SHA for 5fb9504
.goreleaser.yml
@@ -126,8 +126,6 @@ dockers_v2:
126
- meysam81/{{ .ProjectName }}
127
- ghcr.io/meysam81/{{ .ProjectName }}
128
dockerfile: Dockerfile.goreleaser
129
- extra_files:
130
- - ./
131
tags:
132
- "{{ if not .IsSnapshot }}v{{ .Version }}{{ end }}"
133
- "{{ if not .IsSnapshot }}v{{ .Major }}{{ end }}"
Dockerfile.goreleaser
@@ -1,5 +1,6 @@
1
# syntax=docker/dockerfile:1
2
FROM gcr.io/distroless/static-debian12:nonroot
3
+ARG TARGETPLATFORM
4
5
VOLUME /data
6
ENV PARSE_DMARC_CONFIG=/app/config.json \
0 commit comments