We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45d81e commit 95182f0Copy full SHA for 95182f0
docker/Dockerfile.linux.amd64
@@ -8,6 +8,6 @@ LABEL maintainer="Drone.IO Community <[email protected]>" \
8
org.label-schema.vendor="Drone.IO Community" \
9
org.label-schema.schema-version="1.0"
10
11
-ADD drone-s3 /bin/drone-s3
+ADD release/linux/amd64/drone-s3 /bin/
12
COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
13
ENTRYPOINT ["/bin/drone-s3"]
0 commit comments