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

Commit

Permalink
chore: added missing mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep-deriv committed Apr 1, 2024
1 parent d6477ec commit 811df09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy_to_kubernetes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
DOCKERHUB_ORGANISATION: ${{ inputs.DOCKERHUB_ORGANISATION }}
CA_CRT: ${{ inputs.CA_CRT }}
APP_NAME: deriv-com-api
K8S_VERSION: {{ inputs.K8S_VERSION }}
K8S_VERSION: ${{ inputs.K8S_VERSION }}
run: |
git clone https://github.com/binary-com/devops-ci-scripts
cd devops-ci-scripts/k8s-build_tools
Expand Down

0 comments on commit 811df09

Please sign in to comment.