Skip to content

Commit

Permalink
fix(ecoindex): use official docker image (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored May 8, 2023
1 parent 947c956 commit aa85ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecoindex/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ runs:
steps:
- shell: bash
run: |
docker run --name ecoindex ghcr.io/socialgouv/ecoindex-cli:5.4.2 ecoindex-cli analyze --url="${{ inputs.url }}" --no-interaction --export-format json --output-file /code/out.json
docker run --name ecoindex vvatelot/ecoindex-cli:v2.20.1 ecoindex-cli analyze --url="${{ inputs.url }}" --no-interaction --export-format json --output-file /code/out.json
docker cp ecoindex:/code/out.json "${{ github.workspace }}/${{ inputs.output }}"
cat "${{ github.workspace }}/${{ inputs.output }}"

0 comments on commit aa85ed0

Please sign in to comment.