We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05417a2 commit be1dca0Copy full SHA for be1dca0
.github/workflows/publish_release.yml
@@ -34,6 +34,15 @@ jobs:
34
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
35
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
36
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
+
46
publish_chart:
47
uses: ./.github/workflows/publish_charts.yml
48
if: ${{ github.event.inputs.version == '' }}
0 commit comments