Skip to content

Commit 33fffd8

Browse files
committed
Add label to dockerfile to connect repo to package
1 parent af43e80 commit 33fffd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM plugins/ecr:latest as drone-ecr
22

33
FROM thegeeklab/drone-docker-buildx:latest
44

5+
LABEL org.opencontainers.image.source https://github.com/bitprocessor/drone-docker-buildx-ecr
6+
57
COPY --from=drone-ecr /bin/drone-ecr /bin
68
RUN ln -s /bin/drone-docker-buildx /bin/drone-docker
79

0 commit comments

Comments
 (0)