.github/workflows/terraform-aws-custom.yaml: update

This commit is contained in:
Haitao Pan 2023-02-28 13:46:20 +08:00
parent 99dda96d42
commit 22ebe1e3e9
2 changed files with 3 additions and 3 deletions

View File

@ -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