Skip to content

update docker image #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Container image that runs your code
FROM ricardobchaves6/python-lint-image:1.3.0
FROM ricardobchaves6/python-lint-image:1.4.0

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ Basic:
```yml
steps:
- uses: actions/checkout@v1
- uses: ricardochaves/python-lint@v1.3.0
- uses: ricardochaves/python-lint@v1.4.0
```

Options:

```yml
steps:
- uses: actions/checkout@v1
- uses: ricardochaves/python-lint@v1.3.0
- uses: ricardochaves/python-lint@v1.4.0
with:
python-root-list: "python_alelo tests"
use-pylint: false
Expand Down Expand Up @@ -66,7 +66,7 @@ isort $(extra-isort-options) $(python-root-list) -c --diff

## Versions used

To identify the version used you must consult the [CHANGELOG.md](https://github.com/ricardochaves/python-lint-image/blob/master/CHANGELOG.md) of the image used in our [Dockerfile](Dockerfile).
To identify the version used you must consult the [CHANGELOG.md](https://github.com/ricardochaves/python-lint-image/blob/master/CHANGELOG.md) of the image used in our [Dockerfile](https://github.com/ricardochaves/python-lint-image/blob/master/Dockerfile).

## License

Expand Down