Skip to content

Commit

Permalink
Merge pull request #225 from py-cov-action/lfs
Browse files Browse the repository at this point in the history
Include `lfs` in git installation
  • Loading branch information
kieferro authored Aug 4, 2023
2 parents 23c1f67 + 3d85278 commit f6cfa2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
uses: docker/build-push-action@v4
with:
# See Dockerfile.build for instructions on bumping this.
tags: ewjoachim/python-coverage-comment-action-base:v2
tags: ewjoachim/python-coverage-comment-action-base:v3
push: true
file: Dockerfile.build
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM python:3.11-slim

RUN set -eux; \
apt-get update; \
apt-get install -y git; \
apt-get install -y git-lfs; \
rm -rf /var/lib/apt/lists/*

# https://github.com/actions/runner-images/issues/6775
Expand Down

0 comments on commit f6cfa2c

Please sign in to comment.