Skip to content

Commit 5b24dff

Browse files
ci: use prod image in sconify job
1 parent 3c66b87 commit 5b24dff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/reusable-dapp-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
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

0 commit comments

Comments
 (0)