We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e92c1 commit a3c7a49Copy full SHA for a3c7a49
.github/workflows/build-eif.yml
@@ -173,5 +173,7 @@ jobs:
173
--build-arg NITRO_IMAGE_PATH=${{ env.NITRO_IMAGE }} \
174
--build-arg CONFIG_HASH=${{ github.event.inputs.config_hash }} \
175
--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 }} \
178
.
179
docker push ghcr.io/espressosystems/aws-nitro-poster:${{ env.NITRO_TAG }}
0 commit comments