diff --git a/Dockerfile b/Dockerfile index 1c245f0..97cec1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " -LABEL repository="https://github.com/irongut/CodeCoverageSummary" -LABEL homepage="https://github.com/irongut/CodeCoverageSummary" +LABEL maintainer="Eric Daniels " +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" diff --git a/action.yml b/action.yml index be293e3..34ad902 100644 --- a/action.yml +++ b/action.yml @@ -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 }}