Skip to content

Commit 20cf219

Browse files
committed
Use published docker image in action
1 parent b61e89a commit 20cf219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ outputs:
2929

3030
runs:
3131
using: 'docker'
32-
image: 'Dockerfile'
32+
image: 'phpdockerio/github-actions-delete-abandoned-branches:latest'
3333
args:
3434
- ${{ inputs.ignore_branches }}
3535
- ${{ inputs.last_commit_age_days }}

0 commit comments

Comments
 (0)