From 56658850961abb8c4dda14a7abdd30eee198b811 Mon Sep 17 00:00:00 2001 From: Daniel Flook Date: Tue, 12 Dec 2023 22:43:09 +0000 Subject: [PATCH] Use built image The kubernetes runner can't build container images :( --- terraform-plan/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform-plan/action.yaml b/terraform-plan/action.yaml index b47a530d..e229c879 100644 --- a/terraform-plan/action.yaml +++ b/terraform-plan/action.yaml @@ -72,7 +72,7 @@ outputs: runs: using: docker - image: ../image/Dockerfile + image: docker://danielflook/terraform-github-actions:home entrypoint: /entrypoints/plan.sh branding: