From 4e61b4d08ad1db214cb3f2af0ed6353bc75f52e7 Mon Sep 17 00:00:00 2001 From: Michael Della Bitta Date: Sun, 5 Jan 2025 21:52:16 -0500 Subject: [PATCH] removed extra whitespace? --- .github/workflows/ecr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ecr.yml b/.github/workflows/ecr.yml index d96fbe5..97ad3d3 100644 --- a/.github/workflows/ecr.yml +++ b/.github/workflows/ecr.yml @@ -74,5 +74,5 @@ jobs: -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG \ --platform linux/amd64,linux/arm64 . \ --sbom=true \ - --provenance=true \ + --provenance=true \ --push \ No newline at end of file