Skip to content

Commit

Permalink
ci: fix scan-image email to envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
hkeeler authored Jun 12, 2024
1 parent b8cbfe6 commit 2eaf1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ phases:
build:
commands:
- docker build -t $REGISTRY_IMAGE_NAME .
- scan-image $REGISTRY_IMAGE_NAME $IMAGE_SCAN_EMAIL_TO
- scan-image $REGISTRY_IMAGE_NAME $EMAIL_TO
- docker push $REGISTRY_IMAGE_NAME
- echo "Image ${REGISTRY_IMAGE_NAME} now available for use. Enjoy!"

0 comments on commit 2eaf1db

Please sign in to comment.