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

Commit d4364f0

Browse files
ci: add EOF
1 parent d5af2a7 commit d4364f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/deploy_to_kubernetes/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ runs:
2222
echo ${{ inputs.CA_CRT }} | base64 --decode > ca.crt
2323
export CA="ca.crt"
2424
./release.sh deriv-com-api ${{ inputs.K8S_VERSION }}
25-
shell: bash
25+
shell: bash

.github/actions/publish_to_docker/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ runs:
3535
echo ${{ inputs.DOCKERHUB_PASSWORD }} | docker login -u $${{ inputs.DOCKERHUB_USERNAME }} --password-stdin
3636
docker push ${{ inputs.DOCKERHUB_ORGANISATION }}/deriv-com-api:${{ inputs.DOCKER_IMAGE_TAG }}
3737
docker push ${{ inputs.DOCKERHUB_ORGANISATION }}/deriv-com-api:${{ inputs.DOCKER_LATEST_IMAGE_TAG }}
38-
shell: bash
38+
shell: bash

0 commit comments

Comments
 (0)