Update action.yml
Some checks failed
Actionlint / build (push) Failing after 14s

This commit is contained in:
2025-08-25 17:40:48 +03:00
parent 9d6404c2f4
commit f8643ac173

View File

@@ -1,6 +1,9 @@
name: 'Tag Build and Push Docker image'
description: 'Tags verion in current repo, builds docker image and pushes it to registry'
inputs:
name: Docker Build
on:
workflow_call:
inputs:
registry: # id of input
description: 'docker regisry host name'
required: true
@@ -17,8 +20,10 @@ inputs:
description: 'repo auth token'
required: true
runs:
using: "composite"
jobs:
build:
runs-on: slim
steps:
- run: echo "::group::Checkout repository"
if: ${{ always() }}