Skip to content

Commit 6550621

Browse files
committed
fix missing tpl files
1 parent 2c5756d commit 6550621

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ dockers:
6363
- "--label=org.opencontainers.image.url=https://github.com/aquasecurity/chain-bench"
6464
- "--label=org.opencontainers.image.documentation=https://github.com/aquasecurity/chain-bench"
6565
- "--platform=linux/amd64"
66+
extra_files:
67+
- templates/
6668
- image_templates:
6769
- "{{ .Env.DOCKERHUB_PATH }}/chain-bench:{{ .Version }}-arm64"
6870
- "{{ .Env.DOCKERHUB_PATH }}/chain-bench:latest-arm64"
@@ -85,6 +87,8 @@ dockers:
8587
- "--label=org.opencontainers.image.url=https://github.com/aquasecurity/chain-bench"
8688
- "--label=org.opencontainers.image.documentation=https://github.com/aquasecurity/chain-bench"
8789
- "--platform=linux/arm64"
90+
extra_files:
91+
- templates/
8892

8993
docker_manifests:
9094
- name_template: '{{ .Env.DOCKERHUB_PATH }}/chain-bench:{{ .Version }}'

Dockerfile.goreleaser

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
FROM alpine:3.16
33
RUN apk --no-cache add ca-certificates
44
COPY chain-bench /usr/local/bin/chain-bench
5+
COPY templates/*.tpl templates/
56

67
ENTRYPOINT [ "chain-bench" ]

0 commit comments

Comments
 (0)