Skip to content

Commit

Permalink
Add github_action module to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Dec 22, 2020
1 parent a0a32eb commit afb7353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ LABEL com.github.actions.color="green"
COPY requirements.txt /action/
RUN pip install --upgrade --force --no-cache-dir pip && pip install --upgrade --force --no-cache-dir -r /action/requirements.txt

COPY github_action /action/github_action
COPY githubext /action/githubext
COPY junit /action/junit
COPY publish /action/publish
Expand Down

0 comments on commit afb7353

Please sign in to comment.