git needs to be in container
This commit is contained in:
@@ -7,7 +7,7 @@ LABEL "com.github.actions.description"="Create a pull request when a branch is c
|
|||||||
LABEL "com.github.actions.icon"="activity"
|
LABEL "com.github.actions.icon"="activity"
|
||||||
LABEL "com.github.actions.color"="yellow"
|
LABEL "com.github.actions.color"="yellow"
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y jq curl wget
|
RUN apt-get update && apt-get install -y jq curl wget git
|
||||||
RUN wget https://github.com/github/hub/releases/download/v2.8.4/hub-linux-amd64-2.8.4.tgz && \
|
RUN wget https://github.com/github/hub/releases/download/v2.8.4/hub-linux-amd64-2.8.4.tgz && \
|
||||||
tar -xzvf hub-linux-amd64-2.8.4.tgz
|
tar -xzvf hub-linux-amd64-2.8.4.tgz
|
||||||
ENV PATH ${PATH}:/hub-linux-amd64-2.8.4/bin
|
ENV PATH ${PATH}:/hub-linux-amd64-2.8.4/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user