Skip to content

Commit

Permalink
build image
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniels committed Jun 23, 2022
1 parent dddc541 commit b65de6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ COPY ["src/CodeCoverageSummary", "CodeCoverageSummary/"]
RUN dotnet publish CodeCoverageSummary/CodeCoverageSummary.csproj --configuration Release --no-restore --output /publish

# Label the container
LABEL maintainer="Irongut <murray.dave@outlook.com>"
LABEL repository="https://github.com/irongut/CodeCoverageSummary"
LABEL homepage="https://github.com/irongut/CodeCoverageSummary"
LABEL maintainer="Eric Daniels <eric@erdaniels.com>"
LABEL repository="https://github.com/edaniels/CodeCoverageSummary"
LABEL homepage="https://github.com/edaniels/CodeCoverageSummary"

# Label as GitHub Action
LABEL com.github.actions.name="Code Coverage Summary"
LABEL com.github.actions.name="Code Coverage Summaryy"
LABEL com.github.actions.description="A GitHub Action that reads Cobertura format code coverage files and outputs a summary."
LABEL com.github.actions.icon="book-open"
LABEL com.github.actions.color="purple"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ inputs:
default: '50 75'
runs:
using: 'docker'
image: 'docker://ghcr.io/irongut/codecoveragesummary:v1.2.0'
image: 'docker://ghcr.io/edaniels/codecoveragesummary:v1.2.3'
args:
- '--files'
- ${{ inputs.filename }}
Expand Down

0 comments on commit b65de6c

Please sign in to comment.