diff --git a/action.yml b/action.yml index 1aeef80b086..6c5542311c1 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ author: 'Super-linter contributors' description: 'Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code.' runs: using: 'docker' - image: 'docker://ghcr.io/enda-automation/enda-super-linter:latest' # x-release-please-version + image: 'docker://ghcr.io/enda-automation/test-enda-super-linter:latest' # x-release-please-version credentials: username: ${{ github.actor }} password: ${{ secrets.GHCR_PAT }}