Skip to content

Commit

Permalink
testing kms key value
Browse files Browse the repository at this point in the history
  • Loading branch information
sandragds committed Nov 11, 2024
1 parent 38c484c commit 067cb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-merge-deploy-to-dev-TESTING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 067cb31

Please sign in to comment.