DEVX-178: [BE] Разработать endpoint выдачи информации для подключении фейн-клиентов через gradle/maven

This commit is contained in:
subochev 2026-03-26 13:33:03 +03:00
parent 906bce0101
commit 9c120f8593

View File

@ -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