Skip to content

Commit

Permalink
docs: update workflow (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesomers authored Jun 27, 2024
1 parent f68091d commit 22a01c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.12
WORKDIR /build
COPY . .
ARG GIT_USER_NAM GIT_USER_EMAIL GITHUB_ACTIONS VERSION ALIAS PUSH_REMOTE=false
ARG GIT_USER_NAME GIT_USER_EMAIL GITHUB_ACTIONS VERSION ALIAS PUSH_REMOTE=false
ENV GIT_USER_NAME=$GIT_USER_NAME GIT_USER_EMAIL=$GIT_USER_EMAIL GITHUB_ACTIONS=$GITHUB_ACTIONS VERSION=$VERSION ALIAS=$ALIAS PUSH_REMOTE=$PUSH_REMOTE
RUN git config --global user.name "$GIT_USER_NAME" && git config --global user.email "$GIT_USER_EMAIL"
RUN pip install -r ./docs/requirements.txt
Expand Down

0 comments on commit 22a01c5

Please sign in to comment.