Skip to content

Commit

Permalink
change entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariah Arnold committed Jan 5, 2022
1 parent d1d31b1 commit b8dcbed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ COPY --from=deps /usr/bin/xargs /usr/bin/xargs
COPY --from=deps /lib /lib
COPY --from=deps /usr/lib /usr/lib

CMD ["/codeowners-validator"]
ENTRYPOINT ["/codeowners-validator"]
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ inputs:

runs:
using: 'docker'
image: 'docker://870660286712.dkr.ecr.us-east-1.amazonaws.com/mariah-test-ecr-repo:codeowners-validatorv0.6.3'
image: '870660286712.dkr.ecr.us-east-1.amazonaws.com/mariah-test-ecr-repo:codeowners-validatorv0.6.3'
entrypoint: '/codeowners-validator'
env:
ENVS_PREFIX: "INPUT"

#TODO: build container separately, make new action that just uses the image.
branding:
icon: "shield"
color: "gray-dark"

0 comments on commit b8dcbed

Please sign in to comment.