diff --git a/action.yml b/action.yml index 5605883..782c830 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ outputs: time: # id of output description: 'The time we greeted you' runs: - using: 'podman' + using: 'docker' image: 'Dockerfile' args: - ${{ inputs.who-to-greet }}