Skip to content

Commit

Permalink
Fix: path of executable
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Jun 28, 2020
1 parent 0a68d9f commit 6fbb7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM alpine:3.10
COPY github-org-sync /github-org-sync
ENTRYPOINT ["/github-org-sync-action"]
ENTRYPOINT ["/github-org-sync"]

0 comments on commit 6fbb7e4

Please sign in to comment.