Lint (#49)
Actionlint / build (push) Successful in 27s

Reviewed-on: #49
This commit was merged in pull request #49.
This commit is contained in:
2026-07-17 14:23:34 +03:00
parent ef4d89d896
commit 00f7aac8ab
2 changed files with 2 additions and 3 deletions
-3
View File
@@ -1,17 +1,14 @@
name: 'Tag Build and Push Docker image'
description: 'Tags version in current repo, builds docker image and pushes it to registry'
on:
workflow_call:
inputs:
registry: # id of input
description: 'docker regisry host name'
required: true
type: string
default: 'gitea.phadric.de'
cache-registry: # id of input
description: 'docker regisry host name'
required: true
default: 'imagecache.phadric.de'
type: string
image_name: