Skip to content

Commit b360f40

Browse files
authored
Use prebuilt Docker image in GitHub action to speed it up (#532)
Reduces the duration of workflows using this action by 3-5mins
1 parent 1096102 commit b360f40

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
@@ -21,7 +21,7 @@ inputs:
2121
default: '--verbose'
2222
runs:
2323
using: 'docker'
24-
image: 'Dockerfile'
24+
image: 'docker://ghcr.io/systemed/tilemaker:master'
2525
args:
2626
- --input=${{ inputs.input }}
2727
- --config=${{ inputs.config }}

0 commit comments

Comments
 (0)