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 af43e80 commit 33fffd8Copy full SHA for 33fffd8
Dockerfile
@@ -2,6 +2,8 @@ FROM plugins/ecr:latest as drone-ecr
2
3
FROM thegeeklab/drone-docker-buildx:latest
4
5
+LABEL org.opencontainers.image.source https://github.com/bitprocessor/drone-docker-buildx-ecr
6
+
7
COPY --from=drone-ecr /bin/drone-ecr /bin
8
RUN ln -s /bin/drone-docker-buildx /bin/drone-docker
9
0 commit comments