DEVEX-20:

This commit is contained in:
subochev 2025-12-24 21:41:06 +03:00
parent dc59aa6c53
commit bd6ecc4a6f

View File

@ -17,6 +17,10 @@ on:
required: true required: true
type: string type: string
default: master default: master
version:
description: 'Версия образа'
required: true
type: number
jobs: jobs:
deploy-dev: deploy-dev:
name: 'Deploy to dev' name: 'Deploy to dev'
@ -40,6 +44,11 @@ jobs:
./gradlew bootJar --no-daemon -x cyclonedxBom ./gradlew bootJar --no-daemon -x cyclonedxBom
echo 'Jar in libs folder' echo 'Jar in libs folder'
ls ./build/libs ls ./build/libs
- name: Publishing docker
uses: https://git.binom.pw/otp/devops/docker@main
with:
image-name: "otp/${{ github.event.inputs.repo_path }}"
tags: ${{ github.event.inputs.version }}
- name: 'Cleanup' - name: 'Cleanup'
if: always() if: always()
shell: bash shell: bash