Skip to content

Commit 7408766

Browse files
committed
update for issue
1 parent 22463e5 commit 7408766

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
@@ -34,7 +34,7 @@ resource "null_resource" "functionapp_push2ocir" {
3434
}
3535

3636
provisioner "local-exec" {
37-
command = "docker manifest push ${local.fn_image}"
37+
command = "docker push ${local.fn_image}"
3838
working_dir = "${path.module}/${local.fn_working_dir}"
3939
}
4040

0 commit comments

Comments
 (0)