From 22ebe1e3e91cd8df25fa59e40d07cab92fca75aa Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 28 Feb 2023 13:46:20 +0800 Subject: [PATCH] .github/workflows/terraform-aws-custom.yaml: update --- .github/workflows/terraform-aws-custom.yaml | 6 +++--- .../Dockerfile.custom => terraform-aws-custom/Dockerfile} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename oci/iac-runner/{terraform-aws/Dockerfile.custom => terraform-aws-custom/Dockerfile} (100%) diff --git a/.github/workflows/terraform-aws-custom.yaml b/.github/workflows/terraform-aws-custom.yaml index cae3e1c..3304797 100644 --- a/.github/workflows/terraform-aws-custom.yaml +++ b/.github/workflows/terraform-aws-custom.yaml @@ -4,7 +4,7 @@ on: push: paths: - '.github/workflows/terraform-aws-custom.yaml' - - 'oci/iac-runner/terraform-aws/Dockerfile.custom' + - 'oci/iac-runner/terraform-aws-custom/Dockerfile' branches: - main @@ -21,8 +21,8 @@ jobs: registry: artifact.onwalk.net username: admin password: ${{ secrets.HELM_REPO_PASSWORD }} - path: 'oci/iac-runner/terraform-aws/' - build_file: 'Dockerfile.custom' + path: 'oci/iac-runner/terraform-aws-custom/' + build_file: 'Dockerfile' image: devops/terraform-aws tag: latest cache: true diff --git a/oci/iac-runner/terraform-aws/Dockerfile.custom b/oci/iac-runner/terraform-aws-custom/Dockerfile similarity index 100% rename from oci/iac-runner/terraform-aws/Dockerfile.custom rename to oci/iac-runner/terraform-aws-custom/Dockerfile