Use prebuilt Docker image

Fixes #89
This commit is contained in:
alstr
2021-11-11 13:25:27 +00:00
parent d8373a95ac
commit 7a0162637b
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ description: "Converts IDE TODO comments to GitHub issues"
author: "Alastair Mooney"
runs:
using: "docker"
image: "Dockerfile"
image: "docker://ghcr.io/alstr/todo-to-issue-action:v4.4.1"
branding:
icon: "check-square"
color: "orange"