Rebased to master and applied rename again

This commit is contained in:
Thomas Boerger 2019-01-21 21:55:07 +01:00
parent 012d26f30f
commit 797ada9b21
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B
12 changed files with 0 additions and 12 deletions

View File

@ -1,4 +0,0 @@
FROM plugins/docker:linux-arm
ADD release/linux/arm64/drone-docker-ecr /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker-ecr"]

View File

@ -1,4 +0,0 @@
FROM plugins/docker:linux-arm
ADD release/linux/arm64/drone-docker-gcr /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker-gcr"]

View File

@ -1,4 +0,0 @@
FROM plugins/docker:linux-arm
ADD release/linux/arm/drone-docker-heroku /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker-heroku"]