DEVEX-20:
This commit is contained in:
parent
dc59aa6c53
commit
bd6ecc4a6f
@ -17,6 +17,10 @@ on:
|
||||
required: true
|
||||
type: string
|
||||
default: master
|
||||
version:
|
||||
description: 'Версия образа'
|
||||
required: true
|
||||
type: number
|
||||
jobs:
|
||||
deploy-dev:
|
||||
name: 'Deploy to dev'
|
||||
@ -40,6 +44,11 @@ jobs:
|
||||
./gradlew bootJar --no-daemon -x cyclonedxBom
|
||||
echo 'Jar in libs folder'
|
||||
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'
|
||||
if: always()
|
||||
shell: bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user