|
37 | 37 | go-version: ${{ steps.go-version.outputs.result }} |
38 | 38 |
|
39 | 39 | - id: release |
40 | | - run: make release ark-release |
| 40 | + run: make release ark-release ngts-release |
41 | 41 |
|
42 | 42 | outputs: |
43 | 43 | RELEASE_OCI_PREFLIGHT_IMAGE: ${{ steps.release.outputs.RELEASE_OCI_PREFLIGHT_IMAGE }} |
|
50 | 50 | ARK_CHART: ${{ steps.release.outputs.ARK_CHART }} |
51 | 51 | ARK_CHART_TAG: ${{ steps.release.outputs.ARK_CHART_TAG }} |
52 | 52 | ARK_CHART_DIGEST: ${{ steps.release.outputs.ARK_CHART_DIGEST }} |
| 53 | + NGTS_IMAGE: ${{ steps.release.outputs.NGTS_IMAGE }} |
| 54 | + NGTS_IMAGE_TAG: ${{ steps.release.outputs.NGTS_IMAGE_TAG }} |
| 55 | + NGTS_IMAGE_DIGEST: ${{ steps.release.outputs.NGTS_IMAGE_DIGEST }} |
| 56 | + NGTS_CHART: ${{ steps.release.outputs.NGTS_CHART }} |
| 57 | + NGTS_CHART_TAG: ${{ steps.release.outputs.NGTS_CHART_TAG }} |
| 58 | + NGTS_CHART_DIGEST: ${{ steps.release.outputs.NGTS_CHART_DIGEST }} |
53 | 59 |
|
54 | 60 | github_release: |
55 | 61 | runs-on: ubuntu-latest |
|
73 | 79 | echo "ARK_CHART: ${{ needs.build_and_push.outputs.ARK_CHART }}" >> .notes-file |
74 | 80 | echo "ARK_CHART_TAG: ${{ needs.build_and_push.outputs.ARK_CHART_TAG }}" >> .notes-file |
75 | 81 | echo "ARK_CHART_DIGEST: ${{ needs.build_and_push.outputs.ARK_CHART_DIGEST }}" >> .notes-file |
| 82 | + echo "NGTS_IMAGE: ${{ needs.build_and_push.outputs.NGTS_IMAGE }}" >> .notes-file |
| 83 | + echo "NGTS_IMAGE_TAG: ${{ needs.build_and_push.outputs.NGTS_IMAGE_TAG }}" >> .notes-file |
| 84 | + echo "NGTS_IMAGE_DIGEST: ${{ needs.build_and_push.outputs.NGTS_IMAGE_DIGEST }}" >> .notes-file |
| 85 | + echo "NGTS_CHART: ${{ needs.build_and_push.outputs.NGTS_CHART }}" >> .notes-file |
| 86 | + echo "NGTS_CHART_TAG: ${{ needs.build_and_push.outputs.NGTS_CHART_TAG }}" >> .notes-file |
| 87 | + echo "NGTS_CHART_DIGEST: ${{ needs.build_and_push.outputs.NGTS_CHART_DIGEST }}" >> .notes-file |
76 | 88 |
|
77 | 89 | - env: |
78 | 90 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
0 commit comments