Skip to content

Commit a3c7a49

Browse files
committed
label pcr0 and enclave hash
1 parent c3e92c1 commit a3c7a49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-eif.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,7 @@ jobs:
173173
--build-arg NITRO_IMAGE_PATH=${{ env.NITRO_IMAGE }} \
174174
--build-arg CONFIG_HASH=${{ github.event.inputs.config_hash }} \
175175
--tag ghcr.io/espressosystems/aws-nitro-poster:${{ env.NITRO_TAG }} \
176+
--label build.pcr0=${{ env.PCR0_RAW }} \
177+
--label build.enclave_hash=${{ env.ENCLAVE_HASH }} \
176178
.
177179
docker push ghcr.io/espressosystems/aws-nitro-poster:${{ env.NITRO_TAG }}

0 commit comments

Comments
 (0)