From 067cb31e236d31616b1c3e7132e432084395e209 Mon Sep 17 00:00:00 2001 From: Sandra Soinska Date: Mon, 11 Nov 2024 10:48:56 +0000 Subject: [PATCH] testing kms key value --- .github/workflows/post-merge-deploy-to-dev-TESTING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-merge-deploy-to-dev-TESTING.yml b/.github/workflows/post-merge-deploy-to-dev-TESTING.yml index 8983d2c1..4e9a443c 100644 --- a/.github/workflows/post-merge-deploy-to-dev-TESTING.yml +++ b/.github/workflows/post-merge-deploy-to-dev-TESTING.yml @@ -76,5 +76,5 @@ jobs: echo "awskms:///${CONTAINER_SIGN_KMS_KEY_DEV} $ECR_REGISTRY/$ECR_REPOSITORY_DEV_TESTING:$IMAGE_TAG" docker build -t $ECR_REGISTRY/$ECR_REPOSITORY_DEV_TESTING:$IMAGE_TAG acceptance-tests docker push $ECR_REGISTRY/$ECR_REPOSITORY_DEV_TESTING:$IMAGE_TAG - cosign sign --key awskms:///${CONTAINER_SIGN_KMS_KEY_DEV} $ECR_REGISTRY/$ECR_REPOSITORY_DEV_TESTING:$IMAGE_TAG + cosign sign --key awskms:///TESTING $ECR_REGISTRY/$ECR_REPOSITORY_DEV_TESTING:$IMAGE_TAG