Skip to content

Commit

Permalink
fix build using amoy chain data
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli committed Jun 12, 2024
1 parent 8e5127f commit 6f211d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- uses: actions/checkout@v4
# - run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u doerfli --password-stdin
- uses: rlespinasse/[email protected]
- run: docker build --build-arg INSTANCE=mumbai -t ghcr.io/etherisc/depeg-ui/depeg-ui:${{ env.GITHUB_REF_SLUG }} .
- run: docker build --build-arg INSTANCE=amoy -t ghcr.io/etherisc/depeg-ui/depeg-ui:${{ env.GITHUB_REF_SLUG }} .
# no push to ghcr.io for now
# - run: docker push ghcr.io/etherisc/depeg-ui/depeg-ui:${{ env.GITHUB_REF_SLUG }}

0 comments on commit 6f211d6

Please sign in to comment.