summaryrefslogtreecommitdiffstats
path: root/.github/actions/release/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '.github/actions/release/Dockerfile')
-rw-r--r--.github/actions/release/Dockerfile11
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/actions/release/Dockerfile b/.github/actions/release/Dockerfile
deleted file mode 100644
index af27016e1..000000000
--- a/.github/actions/release/Dockerfile
+++ /dev/null
@@ -1,11 +0,0 @@
-FROM alpine:latest
-
-RUN apk add --no-cache \
- bash \
- ca-certificates \
- curl \
- jq
-
-COPY upload /usr/bin/upload
-
-ENTRYPOINT ["/usr/bin/upload"]