We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4da60 commit 0269893Copy full SHA for 0269893
1 file changed
.github/workflows/dapp-deploy.yml
@@ -18,7 +18,7 @@ on:
18
19
jobs:
20
extract-tag:
21
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
22
outputs:
23
clean_tag: ${{ steps.tag.outputs.clean_tag }}
24
steps:
@@ -91,7 +91,7 @@ jobs:
91
deploy-tdx-dapp:
92
if: startsWith(github.event.inputs.environment, 'arbitrum-')
93
needs: [extract-tag, docker-publish]
94
95
environment: ${{ inputs.environment }}
96
97
- name: Checkout code
@@ -157,7 +157,7 @@ jobs:
157
deploy-scone-dapp:
158
if: startsWith(github.event.inputs.environment, 'bellecour-')
159
needs: [extract-tag, sconify]
160
161
162
163
0 commit comments