Skip to content

Commit

Permalink
fix: do not build each run
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Lindamood committed Mar 8, 2024
1 parent 756acc9 commit a95445e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ branding:
color: 'blue'
runs:
using: 'docker'
image: 'Dockerfile'
# 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'

0 comments on commit a95445e

Please sign in to comment.