diff --git a/github-actions/run-clang-format/action.yaml b/github-actions/run-clang-format/action.yaml index 5025362..2800c5e 100644 --- a/github-actions/run-clang-format/action.yaml +++ b/github-actions/run-clang-format/action.yaml @@ -19,8 +19,9 @@ inputs: default: 'always' runs: using: 'docker' - image: 'docker://ghcr.io/everest/everest-ci/everest-clang-format:refactor-docker-images' # LTODO: Update this + image: 'docker://ghcr.io/everest/everest-ci/build-env-base:refactor-docker-images' # LTODO: Update this args: + - /usr/bin/run-clang-format - /github/workspace/${{ inputs.source-dir }} - --extensions - ${{ inputs.extensions }}