Skip to content

Commit

Permalink
feat(ci): build xenon when publish release
Browse files Browse the repository at this point in the history
  • Loading branch information
runkecheng committed Jul 25, 2022
1 parent 22bced2 commit 3c09f27
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ jobs:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

build_xenon:
uses: ./.github/workflows/build_xenon_image.yml
needs: update_release_draft
with:
image_tag: ${{ needs.update_release_draft.outputs.version }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

publish_chart:
uses: ./.github/workflows/publish_charts.yml
if: ${{ github.event.inputs.version == '' }}
Expand Down

0 comments on commit 3c09f27

Please sign in to comment.