This commit is contained in:
parent
013ff2ffd0
commit
56f79eafe0
2 changed files with 0 additions and 10 deletions
|
@ -12,6 +12,4 @@ steps:
|
|||
password:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
repo: r.regnault.dev/drone-discord-webhook
|
||||
dockerfile: ./docker/Dockerfile
|
||||
context: .
|
||||
force_tag: true
|
|
@ -1,8 +0,0 @@
|
|||
FROM alpine
|
||||
RUN apk add jq curl bash
|
||||
|
||||
COPY src /app
|
||||
WORKDIR /app
|
||||
RUN chmod +x launch.sh
|
||||
|
||||
ENTRYPOINT [ "/bin/bash", "/app/launch.sh" ]
|
Loading…
Reference in a new issue