Skip to content

Commit

Permalink
chore(CI): remove trigger-build-docker-image job in release workflow
Browse files Browse the repository at this point in the history
`Build docker image` will be triggered by `push tag` event
  • Loading branch information
Flouse committed Dec 13, 2023
1 parent d96ea9b commit 519138f
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,22 +138,3 @@ jobs:
asset_name: axon_${{ needs.version.outputs.tag }}_${{ matrix.REL_PKG }}
asset_path: ${{ github.workspace }}/axon_${{ needs.version.outputs.tag }}_${{ matrix.REL_PKG }}
asset_content_type: application/octet-stream

trigger-build-docker-image:
runs-on: ubuntu-22.04
needs:
- version
steps:
- uses: actions/checkout@v4
- name: Generate axon-bot token
id: generate_axon_bot_token
uses: wow-actions/use-app-token@v2
with:
app_id: ${{ secrets.AXON_BOT_APP_ID }}
private_key: ${{ secrets.AXON_BOT_PRIVATE_KEY }}
- name: Invoke build docker image with inputs
uses: aurelien-baudet/workflow-dispatch@v2
with:
workflow: Build docker image
token: ${{ secrets.GITHUB_TOKEN }}
inputs: '{ "dispatch": "${{ needs.version.outputs.tag }}" }'

0 comments on commit 519138f

Please sign in to comment.