Skip to content

Commit

Permalink
Use prebuilt Docker image in GitHub action to speed it up (#532)
Browse files Browse the repository at this point in the history
Reduces the duration of workflows using this action by 3-5mins
  • Loading branch information
Booligoosh authored Sep 18, 2023
1 parent 1096102 commit b360f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inputs:
default: '--verbose'
runs:
using: 'docker'
image: 'Dockerfile'
image: 'docker://ghcr.io/systemed/tilemaker:master'
args:
- --input=${{ inputs.input }}
- --config=${{ inputs.config }}
Expand Down

0 comments on commit b360f40

Please sign in to comment.