Skip to content

Commit 9e21ec6

Browse files
committed
add NGTS release process to existing process
Signed-off-by: Ashley Davis <ashley.davis@cyberark.com>
1 parent 6496fe5 commit 9e21ec6

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
go-version: ${{ steps.go-version.outputs.result }}
3838

3939
- id: release
40-
run: make release ark-release
40+
run: make release ark-release ngts-release
4141

4242
outputs:
4343
RELEASE_OCI_PREFLIGHT_IMAGE: ${{ steps.release.outputs.RELEASE_OCI_PREFLIGHT_IMAGE }}
@@ -50,6 +50,12 @@ jobs:
5050
ARK_CHART: ${{ steps.release.outputs.ARK_CHART }}
5151
ARK_CHART_TAG: ${{ steps.release.outputs.ARK_CHART_TAG }}
5252
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 }}
5359

5460
github_release:
5561
runs-on: ubuntu-latest
@@ -73,6 +79,12 @@ jobs:
7379
echo "ARK_CHART: ${{ needs.build_and_push.outputs.ARK_CHART }}" >> .notes-file
7480
echo "ARK_CHART_TAG: ${{ needs.build_and_push.outputs.ARK_CHART_TAG }}" >> .notes-file
7581
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
7688
7789
- env:
7890
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)