diff --git a/action.yml b/action.yml index 6e1257c..7dac7ec 100644 --- a/action.yml +++ b/action.yml @@ -5,4 +5,6 @@ branding: color: 'blue' runs: using: 'docker' - image: 'Dockerfile' \ No newline at end of file + # TODO: Figure out a way to auto update this. It's very useful for speeding up the action to not have it build the + # container each run + image: 'docker://ghcr.io/cresta/atlantis-drift-detection:v0.0.11' \ No newline at end of file