mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-01-12 22:34:40 +00:00
ci: add env (#419)
ENV LANG="C.UTF-8" ENV ImageVersion="20200625.0" ENV GITHUB_API_URL="https://api.github.com" ENV RUNNER_TOOL_CACHE="/opt/hostedtoolcache" ENV GITHUB_REPOSITORY_OWNER="peaceiris" ENV GITHUB_ACTIONS="true"
This commit is contained in:
parent
eca3d9d25e
commit
71958c534b
@ -25,6 +25,12 @@ RUN wget -q "https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz" && \
|
||||
make all && \
|
||||
make install
|
||||
|
||||
ENV LANG="C.UTF-8"
|
||||
ENV ImageVersion="20200625.0"
|
||||
ENV GITHUB_API_URL="https://api.github.com"
|
||||
ENV RUNNER_TOOL_CACHE="/opt/hostedtoolcache"
|
||||
ENV GITHUB_REPOSITORY_OWNER="peaceiris"
|
||||
ENV GITHUB_ACTIONS="true"
|
||||
ENV CI="true"
|
||||
|
||||
WORKDIR /repo
|
||||
|
Loading…
x
Reference in New Issue
Block a user