mirror of
https://github.com/thegeeklab/wp-git-action.git
synced 2024-11-10 03:20:40 +00:00
fix: add missing git to containers (#5)
This commit is contained in:
parent
6735cb80e6
commit
11a510b5ae
@ -7,6 +7,10 @@ LABEL org.opencontainers.image.url="https://github.com/thegeeklab/drone-git-acti
|
|||||||
LABEL org.opencontainers.image.source="https://github.com/thegeeklab/drone-git-action"
|
LABEL org.opencontainers.image.source="https://github.com/thegeeklab/drone-git-action"
|
||||||
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/drone-git-action"
|
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/drone-git-action"
|
||||||
|
|
||||||
|
RUN apk --update add --no-cache git && \
|
||||||
|
rm -rf /var/cache/apk/* && \
|
||||||
|
rm -rf /tmp/*
|
||||||
|
|
||||||
ADD dist/drone-git-action /bin/
|
ADD dist/drone-git-action /bin/
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/drone-git-action"]
|
ENTRYPOINT ["/bin/drone-git-action"]
|
||||||
|
@ -7,6 +7,10 @@ LABEL org.opencontainers.image.url="https://github.com/thegeeklab/drone-git-acti
|
|||||||
LABEL org.opencontainers.image.source="https://github.com/thegeeklab/drone-git-action"
|
LABEL org.opencontainers.image.source="https://github.com/thegeeklab/drone-git-action"
|
||||||
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/drone-git-action"
|
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/drone-git-action"
|
||||||
|
|
||||||
|
RUN apk --update add --no-cache git && \
|
||||||
|
rm -rf /var/cache/apk/* && \
|
||||||
|
rm -rf /tmp/*
|
||||||
|
|
||||||
ADD dist/drone-git-action /bin/
|
ADD dist/drone-git-action /bin/
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/drone-git-action"]
|
ENTRYPOINT ["/bin/drone-git-action"]
|
||||||
|
@ -7,6 +7,10 @@ LABEL org.opencontainers.image.url="https://github.com/thegeeklab/drone-git-acti
|
|||||||
LABEL org.opencontainers.image.source="https://github.com/thegeeklab/drone-git-action"
|
LABEL org.opencontainers.image.source="https://github.com/thegeeklab/drone-git-action"
|
||||||
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/drone-git-action"
|
LABEL org.opencontainers.image.documentation="https://github.com/thegeeklab/drone-git-action"
|
||||||
|
|
||||||
|
RUN apk --update add --no-cache git && \
|
||||||
|
rm -rf /var/cache/apk/* && \
|
||||||
|
rm -rf /tmp/*
|
||||||
|
|
||||||
ADD dist/drone-git-action /bin/
|
ADD dist/drone-git-action /bin/
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/drone-git-action"]
|
ENTRYPOINT ["/bin/drone-git-action"]
|
||||||
|
Loading…
Reference in New Issue
Block a user