diff --git a/action.yml b/action.yml index 4c44d92..37fb4ec 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ author: 'Peter Evans' description: 'Creates a pull request for changes to your repository in the actions workspace' runs: using: 'docker' - image: 'Dockerfile' + image: 'docker://peterevans/create-pull-request:1.5.0' branding: icon: 'git-pull-request' color: 'gray-dark'