DEVEX-20:
This commit is contained in:
parent
61c58835dc
commit
49296c34fb
24
docker/action.yaml
Normal file
24
docker/action.yaml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
name: "Clone OTP"
|
||||||
|
description: "Build docker image with docker"
|
||||||
|
|
||||||
|
inputs:
|
||||||
|
image-name:
|
||||||
|
description: "Name of image"
|
||||||
|
required: true
|
||||||
|
tags:
|
||||||
|
description: "Tags of image"
|
||||||
|
required: true
|
||||||
|
|
||||||
|
runs:
|
||||||
|
using: "composite"
|
||||||
|
steps:
|
||||||
|
- name: "Config gradle"
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
cat > ./Dockerfile << 'EOF'
|
||||||
|
EOF
|
||||||
|
- name: Build Docker Image
|
||||||
|
uses: https://git.binom.pw/subochev/devops/build-docker@main
|
||||||
|
with:
|
||||||
|
image_name: ${{ inputs.image-name }}
|
||||||
|
tags: latest ${{ inputs.tags }}
|
||||||
Loading…
x
Reference in New Issue
Block a user