diff --git a/.github/workflows/cinc-auditor.yml b/.github/workflows/cinc-auditor.yml index a34276f..112b1f6 100644 --- a/.github/workflows/cinc-auditor.yml +++ b/.github/workflows/cinc-auditor.yml @@ -56,3 +56,4 @@ jobs: password: ${{ secrets.CONTAINER_DESCRIPTION_PASSWORD }} repository: boxcutter/cinc-auditor short-description: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.description'] }} + readme-filepath: cinc/cinc-auditor/README.md diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index 5be6fa5..8fd68db 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -55,3 +55,4 @@ jobs: password: ${{ secrets.CONTAINER_DESCRIPTION_PASSWORD }} repository: boxcutter/hadolint short-description: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.description'] }} + readme-filepath: hadolint/README.md