Sign inSign up

gempesaw/drone-git-tag

By gempesaw

•Updated almost 8 years ago

Image
0

263

gempesaw/drone-git-tag repository overview

FROM alpine

RUN apk add --update --no-cache ca-certificates git bash

WORKDIR /app
RUN echo $'\n\
git tag ${DRONE_COMMIT_SHA}\n\
git push origin --tags\n\
' > ./push-tag.sh

RUN chmod +x ./push-tag.sh

ENTRYPOINT [ "/bin/sh", "-c", "/app/push-tag.sh" ]

Tag summary

Content type

Image

Digest

Size

11.7 MB

Last updated

almost 8 years ago

docker pull gempesaw/drone-git-tag