.github/workflows/terraform-aws-custom.yaml: update
This commit is contained in:
parent
99dda96d42
commit
22ebe1e3e9
6
.github/workflows/terraform-aws-custom.yaml
vendored
6
.github/workflows/terraform-aws-custom.yaml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user