2 Commits

Author SHA1 Message Date
69ee3e8b14 Update .github/workflows/action.yml
Some checks failed
Actionlint / build (push) Failing after 14s
2025-08-25 17:42:40 +03:00
f8643ac173 Update action.yml
Some checks failed
Actionlint / build (push) Failing after 14s
2025-08-25 17:40:48 +03:00

View File

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