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 d0f8ba6 commit a44fc00Copy full SHA for a44fc00
.goreleaser.docker.yaml
@@ -59,9 +59,6 @@ docker_manifests:
59
image_templates:
60
- ghcr.io/conductorone/baton-github:latest-amd64
61
- 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
65
checksum:
66
disable: true
67
release:
Dockerfile.lambda
@@ -1,3 +1,3 @@
1
FROM public.ecr.aws/lambda/provided:al2023
2
-ENTRYPOINT ["./baton-github", "lambda"]
+ENTRYPOINT ["/baton-github", "lambda"]
3
COPY baton-github /
0 commit comments