Skip to content

Commit

Permalink
Use public docker image instead of building Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Khosrow Moossavi <[email protected]>
  • Loading branch information
khos2ow committed Mar 23, 2021
1 parent 6842586 commit 6410def
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 @@ -78,7 +78,7 @@ outputs:

runs:
using: docker
image: Dockerfile
image: "docker://quay.io/terraform-docs/gh-actions:edge"
args:
- ${{ inputs.working-dir }}
- ${{ inputs.atlantis-file }}
Expand Down

0 comments on commit 6410def

Please sign in to comment.