Allows for running service bots on remote chain (#119) #108
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish the artifacts and fund-accounts images | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- 'main' | |
tags: | |
- 'v*' | |
jobs: | |
push-artifacts-image: | |
uses: ./.github/workflows/publish-image.yml | |
with: | |
name: artifacts | |
context: ./images/artifacts | |
push-fund-accounts-image: | |
uses: ./.github/workflows/publish-image.yml | |
with: | |
name: fund-accounts | |
context: ./images/fund-accounts | |
push-rate-bot-image: | |
uses: ./.github/workflows/publish-image.yml | |
with: | |
name: rate-bot | |
context: ./images/rate-bot |