Skip to content

Commit 6ba4dc1

Browse files
committed
adding path modification
1 parent dc8a8b6 commit 6ba4dc1

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# This is an example .goreleaser.yml file with some sensible defaults.
22
# Make sure to check the documentation at https://goreleaser.com
3+
version: 2
34
builds:
45
- main: cmd/main.go
56
env:

docs/release_notes/v0.9.7.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Release v0.9.7
2+
3+
Maybe the path is incorrect somehow? According to the build context output the file is there...

goreleaser.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine
22
WORKDIR /
3-
COPY crd-bootstrap /manager
3+
COPY ./crd-bootstrap /manager
44
USER 65532:65532
55

66
ENTRYPOINT ["/manager"]

0 commit comments

Comments
 (0)