Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 90be40d

Browse files
ci/ use ref_name instead of SHA1
1 parent 3b37e49 commit 90be40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Deploy to Kubernetes
4545
uses: ./.github/actions/deploy_to_kubernetes
4646
with:
47-
K8S_VERSION: ${{ secrets.SHA1 }}
47+
K8S_VERSION: ${{ github.ref_name }}
4848
K8S_NAMESPACE: 'deriv-com-api-production'
4949
CA_CRT: ${{ secrets.CA_CRT }}
5050
send_slack_notification:

0 commit comments

Comments
 (0)