Skip to content

Commit

Permalink
⚡ Use upstream coveralls Docker image, refs #9
Browse files Browse the repository at this point in the history
The Docker image got implemented upstream and we're now using it, refs:
TheKevJames/coveralls-python#246
  • Loading branch information
AndreMiras committed Jan 13, 2021
1 parent a1ced8d commit 5edca59
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Container image that runs your code
FROM andremiras/coveralls:latest
FROM thekevjames/coveralls:latest

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY src/ /src/

# Code file to execute when the docker container starts up (`entrypoint.py`)
ENTRYPOINT ["/src/entrypoint.py"]

0 comments on commit 5edca59

Please sign in to comment.