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