Skip to content

Commit

Permalink
Merge pull request #18 from gnosischain/dev
Browse files Browse the repository at this point in the history
CI: add steps to build UI for Chiado and GC
  • Loading branch information
giacomognosis authored Mar 7, 2024
2 parents 49aa38e + 5767138 commit ff82de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
context: app
push: true
tags: ${{ steps.meta.outputs.tags }}-gc
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}-gc
labels: ${{ steps.meta.outputs.labels }}
build-args: |
"REACT_APP_HCAPTCHA_SITE_KEY=${{ secrets.PROD_GC_REACT_APP_HCAPTCHA_SITE_KEY }}"
Expand All @@ -76,7 +76,7 @@ jobs:
with:
context: app
push: true
tags: ${{ steps.meta.outputs.tags }}-chiado
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}-chiado
labels: ${{ steps.meta.outputs.labels }}
build-args: |
"REACT_APP_HCAPTCHA_SITE_KEY=${{ secrets.PROD_CHIADO_REACT_APP_HCAPTCHA_SITE_KEY }}"
Expand Down

0 comments on commit ff82de6

Please sign in to comment.