Skip to content

Commit 1b98479

Browse files
fix: adding missing docker manifest
Signed-off-by: Bram Vogelaar <[email protected]>
1 parent 4790d13 commit 1b98479

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM scratch
2-
ENTRYPOINT ["/puppet-dynamodb-otpe"]
3-
COPY puppet-dynamodb-otpe /
2+
ENTRYPOINT ["/puppet-dynamodb-otp"]
3+
COPY puppet-dynamodb-otp /

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tag:
1616
git tag $(shell svu next)
1717
git push --tags
1818
.PHONY: release
19-
release: tag
19+
release:
2020
goreleaser --clean
2121

2222
.PHONY: run

0 commit comments

Comments
 (0)