From 17970710db612c8629b90cd0f6a341e2e1224cb3 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 7 Feb 2023 11:42:27 +0800 Subject: [PATCH] ci-runner terraform: update pipeline build path --- .github/workflows/ci-runner-terraform-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-runner-terraform-image.yaml b/.github/workflows/ci-runner-terraform-image.yaml index 0129c82..7516c96 100644 --- a/.github/workflows/ci-runner-terraform-image.yaml +++ b/.github/workflows/ci-runner-terraform-image.yaml @@ -23,7 +23,7 @@ jobs: registry: artifact.onwalk.net username: admin password: ${{ secrets.HELM_REPO_PASSWORD }} - path: './terraform-iac-runner' + path: './ci-runner/terraform' build_file: 'Dockerfile' image: devops/ci-runner-terraform tag: latest