Skip to content

Commit be1dca0

Browse files
committed
feat(ci): build xenon when publish release
1 parent 05417a2 commit be1dca0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/publish_release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ jobs:
3434
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
3535
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
3636

37+
build_xenon:
38+
uses: ./.github/workflows/build_xenon_image.yml
39+
needs: update_release_draft
40+
with:
41+
image_tag: ${{ needs.update_release_draft.outputs.version }}
42+
secrets:
43+
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
44+
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
45+
3746
publish_chart:
3847
uses: ./.github/workflows/publish_charts.yml
3948
if: ${{ github.event.inputs.version == '' }}

0 commit comments

Comments
 (0)