From 4127e312a57114cabbd67b9dfde1aa4c5e65b338 Mon Sep 17 00:00:00 2001 From: Mischa Taylor Date: Tue, 19 Nov 2024 08:42:53 -0500 Subject: [PATCH] Add label to indicate no tests --- cinc/cinc-auditor/docker-bake.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/cinc/cinc-auditor/docker-bake.hcl b/cinc/cinc-auditor/docker-bake.hcl index 64c8513..7c1e9c6 100644 --- a/cinc/cinc-auditor/docker-bake.hcl +++ b/cinc/cinc-auditor/docker-bake.hcl @@ -39,5 +39,6 @@ target "default" { "org.opencontainers.image.description" = "Cinc Auditing and Testing Framework." "org.opencontainers.image.title" = "${TAG_PREFIX}" "org.opencontainers.image.created" = "${timestamp()}" + "dev.polymathrobotics.test.container-build-publish-action.run-test-stage" = "false" } }