Update .github/workflows/docker-build.yml
Actionlint / build (push) Successful in 23s

This commit is contained in:
2026-07-17 11:20:34 +03:00
parent febb03c381
commit ec75d04e07
+9 -4
View File
@@ -7,25 +7,30 @@ on:
registry: # id of input registry: # id of input
description: 'docker regisry host name' description: 'docker regisry host name'
required: true required: true
type: string
default: 'gitea.phadric.de' default: 'gitea.phadric.de'
cache-registry: # id of input cache-registry: # id of input
description: 'docker regisry host name' description: 'docker regisry host name'
required: true required: true
default: 'imagecache.phadric.de' default: 'imagecache.phadric.de'
type: string
image_name: image_name:
description: 'name of the dockerimage' description: 'name of the dockerimage'
required: true required: true
default: ${{ github.repository }} default: ${{ github.repository }}
type: string
checkout: checkout:
description: 'checkout repo first' description: 'checkout repo first'
default: 'true' default: 'true'
type: string
tag: tag:
description: 'checkout repo first' description: 'checkout repo first'
default: 'true' default: 'true'
secrets: type: string
TOKEN: # secrets:
description: 'repo auth token' # TOKEN:
required: true # description: 'repo auth token'
# required: true
jobs: jobs:
build: build: