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"] ENTRYPOINT ["/entrypoint.sh"]
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]
EOF EOF
- name: Publishing docker - name: Build Docker Image
uses: https://git.binom.pw/otp/devops/docker@main uses: https://git.binom.pw/subochev/devops/build-docker@main
with: with:
image-name: "otp/${{ github.event.inputs.repo_path }}" image_name: "otp/${{ github.event.inputs.repo_path }}"
tags: ${{ github.event.inputs.version }} tags: latest ${{ github.event.inputs.version }}
- name: Kuebrnetus config - name: Kuebrnetus config
run: | run: |
echo '${{ secrets.KUBE_CONFIG }}' > ./ku.yaml echo '${{ secrets.KUBE_CONFIG }}' > ./ku.yaml