diff --git a/action.yaml b/action.yaml index 9e6532a..0a9cf1e 100644 --- a/action.yaml +++ b/action.yaml @@ -24,7 +24,7 @@ outputs: description: 'message sent to Twitter' runs: using: docker - image: Dockerfile + image: docker://ghcr.io/packtpublishing/tweeter:1.0.0 args: - --message - "${{ inputs.message }}"