Skip to content

Commit a2db9bc

Browse files
committed
resolve issue
1 parent 3e93924 commit a2db9bc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

security/security-design/shared-assets/fn-datasafe-dbaudit-to-oci-logging/files/terraform/function_prep.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ resource "null_resource" "functionapp_push2ocir" {
2424

2525
provisioner "local-exec" {
2626
#command = "fn build --verbose"
27-
command = "docker buildx build --push --platform linux/arm64/v8,linux/amd64 ${path.module}/${local.fn_working_dir}"
27+
command = "docker buildx build --platform linux/arm64/v8,linux/amd64 ${path.module}/${local.fn_working_dir}"
2828
working_dir ="${path.module}/${local.fn_working_dir}"
2929
}
3030

0 commit comments

Comments
 (0)