File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7575 with :
7676 image-name : ' iexechub/web3mail-dapp'
7777 image-tag : ${{ inputs.tag }}
78- sconify-debug : true
78+ sconify-debug : false
7979 sconify-prod : true
8080 docker-registry : docker.io
8181 sconify-version : ' 5.9.0-v15'
@@ -121,9 +121,9 @@ jobs:
121121 - name : Deploy dapp contract
122122 env :
123123 WALLET_PRIVATE_KEY : ${{ secrets.WEB3MAIL_DAPP_OWNER_PRIVATEKEY }}
124- DOCKER_IMAGE_TAG : ${{ vars.DEBUG == 'true' && needs.sconify.outputs.debug-image-tag || needs.sconify.outputs.prod-image-tag }}
125- CHECKSUM : ${{ vars.DEBUG == 'true' && needs.sconify.outputs.debug-checksum || needs.sconify.outputs.prod-checksum }}
126- FINGERPRINT : ${{ vars.DEBUG == 'true' && needs.sconify.outputs.debug-mrenclave || needs.sconify.outputs.prod-mrenclave }}
124+ DOCKER_IMAGE_TAG : ${{ needs.sconify.outputs.prod-image-tag }}
125+ CHECKSUM : ${{ needs.sconify.outputs.prod-checksum }}
126+ FINGERPRINT : ${{ needs.sconify.outputs.prod-mrenclave }}
127127 RPC_URL : ${{ secrets.RPC_URL }}
128128 run : |
129129 cd deployment-dapp
You can’t perform that action at this time.
0 commit comments