mirror of
https://github.com/jadolg/rocketchat-notification-action.git
synced 2026-07-14 14:17:45 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f19deb8ed | |||
| 3da587e98c | |||
| 71e5ac5817 | |||
| bbfd4d87d6 | |||
| 0c1fe6ed0b | |||
| 96cf4f14d8 |
@@ -1,4 +1,5 @@
|
|||||||
FROM alpine:3.10
|
FROM alpine:3.10
|
||||||
|
RUN apk --no-cache add ca-certificates
|
||||||
RUN wget https://github.com/aleph-engineering/rocketchat-notification/releases/download/1.4.1/rocketchat-notification -P /usr/bin/ && chmod +x /usr/bin/rocketchat-notification
|
RUN wget https://github.com/aleph-engineering/rocketchat-notification/releases/download/1.4.1/rocketchat-notification -P /usr/bin/ && chmod +x /usr/bin/rocketchat-notification
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
+2
-1
@@ -1,2 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env sh
|
||||||
echo $1 $2 $3 $4 $5
|
echo $1 $2 $3 $4 $5
|
||||||
|
rocketchat-notification -u "$1" -p "$2" -m "$3" -s "$4" -c "$5"
|
||||||
|
|||||||
Reference in New Issue
Block a user