Skip to content

Commit

Permalink
ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliaxie committed Jul 28, 2023
1 parent f2e4803 commit a3a342a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
matrix:
bots:
- Echo
- Moderation
name: Docker Build
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -51,6 +52,7 @@ jobs:
matrix:
bots:
- Echo
- Moderation
uses: ./.github/workflows/cd-slave.yaml
with:
docker_image_tag: polinetwork/polinetworkbot:${{ matrix.bots }}Bot-${{ github.ref_name }}-${{ github.sha }}
Expand All @@ -67,7 +69,7 @@ jobs:
fail-fast: false
matrix:
bots:
- Echo
- Moderation
uses: ./.github/workflows/cd-slave.yaml
with:
docker_image_tag: polinetwork/polinetworkbot:${{ matrix.bots }}Bot-${{ github.ref_name }}-${{ github.sha }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
matrix:
bots:
- Echo
- Moderation
defaults:
run:
working-directory: ${{ matrix.bots }}
Expand Down

0 comments on commit a3a342a

Please sign in to comment.