This repository was archived by the owner on May 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
actions/deploy_to_kubernetes Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ inputs:
17
17
SERVICEACCOUNT_TOKEN :
18
18
description : Kubernetes service account token
19
19
required : true
20
+ DOCKERHUB_ORGANISATION :
21
+ description : Dockerhub organisation
22
+ required : true
20
23
runs :
21
24
using : composite
22
25
steps :
25
28
echo "NAMESPACE=${{ inputs.K8S_NAMESPACE }}" >> "$GITHUB_ENV"
26
29
echo "KUBE_SERVER=${{ inputs.KUBE_SERVER }}" >> "$GITHUB_ENV"
27
30
echo "SERVICEACCOUNT_TOKEN=${{ inputs.SERVICEACCOUNT_TOKEN }}" >> "$GITHUB_ENV"
31
+ echo "DOCKERHUB_ORGANISATION=${{ inputs.DOCKERHUB_ORGANISATION }}" >> "$GITHUB_ENV"
28
32
echo "CA_CRT=${{ inputs.CA_CRT }}" >> "$GITHUB_ENV"
29
33
echo "APP_NAME=deriv-com-api" >> "$GITHUB_ENV"
30
34
shell : bash
Original file line number Diff line number Diff line change 49
49
CA_CRT : ${{ secrets.CA_CRT }}
50
50
SERVICEACCOUNT_TOKEN : ${{ secrets.SERVICEACCOUNT_TOKEN }}
51
51
KUBE_SERVER : ${{ secrets.KUBE_SERVER }}
52
+ DOCKERHUB_ORGANISATION : ${{ secrets.DOCKERHUB_ORGANISATION }}
52
53
53
54
send_slack_notification :
54
55
name : Send Slack Notification
Original file line number Diff line number Diff line change 42
42
CA_CRT : ${{ secrets.CA_CRT }}
43
43
SERVICEACCOUNT_TOKEN : ${{ secrets.SERVICEACCOUNT_TOKEN }}
44
44
KUBE_SERVER : ${{ secrets.KUBE_SERVER }}
45
+ DOCKERHUB_ORGANISATION : ${{ secrets.DOCKERHUB_ORGANISATION }}
You can’t perform that action at this time.
0 commit comments