Skip to content

Commit f38688d

Browse files
authored
Use package instead of dockerfile
1 parent 1c8d71a commit f38688d

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
@@ -4,7 +4,7 @@ author: 'zkoppert'
44
description: 'A GitHub Action to create a list of InnerSource repos within an organization.'
55
runs:
66
using: 'docker'
7-
image: 'Dockerfile'
7+
image: 'docker://ghcr.io/zkoppert/innersource-crawler:v1'
88
branding:
99
icon: 'check-square'
1010
color: 'white'

0 commit comments

Comments
 (0)