Skip to content

Commit 0e830a5

Browse files
authored
use prebuilt docker image rather than rebuild every run (#36)
1 parent 41b9634 commit 0e830a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ inputs:
3737
required: false
3838
runs:
3939
using: 'docker'
40-
image: 'Dockerfile'
40+
image: 'docker://docker.pkg.github.com/appvia/githubusermanager/githubusermanager:v1.0.3'
4141
env:
4242
GOOGLE_EMAIL_ADDRESS: ${{ inputs.google-email-address }}
4343
GOOGLE_CREDENTIALS: ${{ inputs.google-credentials }}

0 commit comments

Comments
 (0)