Skip to content

Commit e623398

Browse files
authored
Merge pull request #619 from py-cov-action/update
2 parents 7103ca5 + 5a4ce20 commit e623398

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
org.opencontainers.image.description='Publish coverage report as PR comment, and create a coverage badge & dashboard to display on the Readme for Python projects, all inside GitHub without third party servers'
6767
org.opencontainers.image.licenses='MIT'
6868
tags: |
69-
ewjoachim/python-coverage-comment-action-base:v6
70-
ghcr.io/py-cov-action/python-coverage-comment-action-base:v6
69+
ewjoachim/python-coverage-comment-action-base:v7
70+
ghcr.io/py-cov-action/python-coverage-comment-action-base:v7
7171
${{ steps.docker_meta.outputs.tags }}
7272
ghcr.io/${{ github.repository }}:${{ github.sha }}
7373
ghcr.io/${{ github.repository }}:latest

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# See Dockerfile.build for instructions on bumping this.
2-
FROM ghcr.io/py-cov-action/python-coverage-comment-action-base:v6
2+
FROM ghcr.io/py-cov-action/python-coverage-comment-action-base:v7
33

44
COPY coverage_comment ./coverage_comment
55
RUN md5sum -c pyproject.toml.md5 || pip install -e .

0 commit comments

Comments
 (0)