Skip to content

Commit

Permalink
add CA to env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv committed Nov 17, 2023
1 parent c73493b commit 6903b54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build_and_push_docker_image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ runs:
git clone https://github.com/binary-com/devops-ci-scripts
cd devops-ci-scripts/k8s-build_tools
echo $CA_CRT | base64 --decode > ca.crt
export CA="ca.crt"
./release.sh ${APP_NAME} ${{ github.ref_name }}
shell: bash

0 comments on commit 6903b54

Please sign in to comment.