Skip to content

Commit a44fc00

Browse files
authored
bad entrypath (#57)
1 parent d0f8ba6 commit a44fc00

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.goreleaser.docker.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ docker_manifests:
5959
image_templates:
6060
- ghcr.io/conductorone/baton-github:latest-amd64
6161
- ghcr.io/conductorone/baton-github:latest-arm64
62-
- name_template: 168442440833.dkr.ecr.us-west-2.amazonaws.com/baton-github:{{ .Version }}-arm64
63-
image_templates:
64-
- 168442440833.dkr.ecr.us-west-2.amazonaws.com/baton-github:{{ .Version }}-arm64
6562
checksum:
6663
disable: true
6764
release:

Dockerfile.lambda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM public.ecr.aws/lambda/provided:al2023
2-
ENTRYPOINT ["./baton-github", "lambda"]
2+
ENTRYPOINT ["/baton-github", "lambda"]
33
COPY baton-github /

0 commit comments

Comments
 (0)