Skip to content

Commit

Permalink
Bump docker image number
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Sep 17, 2023
1 parent 994b8d0 commit ae4c912
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: docker/build-push-action@v5
with:
# See Dockerfile.build for instructions on bumping this.
tags: ewjoachim/python-coverage-comment-action-base:v3
tags: ewjoachim/python-coverage-comment-action-base:v4
push: true
file: Dockerfile.build

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# See Dockerfile.build for instructions on bumping this.
FROM ewjoachim/python-coverage-comment-action-base:v3
FROM ewjoachim/python-coverage-comment-action-base:v4

COPY coverage_comment ./coverage_comment
RUN pip install .
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# If you change anything here, bump the version in:
# - Dockerfile
# - .github/workflows/docker.yml
# - .github/workflows/release.yml

FROM python:3.11-slim

Expand Down

0 comments on commit ae4c912

Please sign in to comment.