mirror of
https://github.com/thegeeklab/github-releases-notifier.git
synced 2024-11-14 18:10:40 +00:00
fix typo
This commit is contained in:
parent
96ee316168
commit
2e8289a9c9
@ -1,5 +1,5 @@
|
|||||||
FROM alpine:3.10
|
FROM alpine:3.10
|
||||||
RUN apk --no-cache add ca-certificates
|
RUN apk --no-cache add ca-certificates
|
||||||
|
|
||||||
ADD release/amd/github-releases-notifier /bin/
|
ADD release/arm/github-releases-notifier /bin/
|
||||||
ENTRYPOINT [ "/bin/github-releases-notifier" ]
|
ENTRYPOINT [ "/bin/github-releases-notifier" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user