DEVEX-20:
This commit is contained in:
parent
dc59aa6c53
commit
bd6ecc4a6f
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user