From aff54e17e5bb0642df2417014cb541ff0900a114 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 17 Oct 2019 16:12:42 -0700 Subject: GitHub Actions: post releases This so far just works on push and hopefullt pull requests, not for tags and therefore actual releases. In order not to conflict with the binaries from Travis, I changed the name to "ci-release" instead of "continuous". Signed-off-by: Dirk Hohndel --- .github/actions/release/Dockerfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/actions/release/Dockerfile (limited to '.github/actions/release/Dockerfile') diff --git a/.github/actions/release/Dockerfile b/.github/actions/release/Dockerfile new file mode 100644 index 000000000..af27016e1 --- /dev/null +++ b/.github/actions/release/Dockerfile @@ -0,0 +1,11 @@ +FROM alpine:latest + +RUN apk add --no-cache \ + bash \ + ca-certificates \ + curl \ + jq + +COPY upload /usr/bin/upload + +ENTRYPOINT ["/usr/bin/upload"] -- cgit v1.2.3-70-g09d2