DEVX-178: [BE] Разработать endpoint выдачи информации для подключении фейн-клиентов через gradle/maven
This commit is contained in:
parent
906bce0101
commit
9c120f8593
@ -107,11 +107,11 @@ jobs:
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
EOF
|
||||
- name: Publishing docker
|
||||
uses: https://git.binom.pw/otp/devops/docker@main
|
||||
- name: Build Docker Image
|
||||
uses: https://git.binom.pw/subochev/devops/build-docker@main
|
||||
with:
|
||||
image-name: "otp/${{ github.event.inputs.repo_path }}"
|
||||
tags: ${{ github.event.inputs.version }}
|
||||
image_name: "otp/${{ github.event.inputs.repo_path }}"
|
||||
tags: latest ${{ github.event.inputs.version }}
|
||||
- name: Kuebrnetus config
|
||||
run: |
|
||||
echo '${{ secrets.KUBE_CONFIG }}' > ./ku.yaml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user