4 Commits
Author SHA1 Message Date
renovate 5e2a65b26f Update Github Actions #none major
Actionlint / build (push) Successful in 21s
2026-07-17 09:06:40 +00:00
andreas 863ec9d533 Update .github/workflows/docker-build.yml
Actionlint / build (push) Successful in 23s
2026-07-17 11:24:18 +03:00
andreas ec75d04e07 Update .github/workflows/docker-build.yml
Actionlint / build (push) Successful in 23s
2026-07-17 11:20:34 +03:00
andreas febb03c381 Update .github/workflows/docker-build.yml
Actionlint / build (push) Successful in 23s
2026-07-17 11:15:20 +03:00
+10 -6
View File
@@ -7,29 +7,33 @@ on:
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:
description: 'name of the dockerimage'
required: true
default: ${{ github.repository }}
type: string
checkout:
description: 'checkout repo first'
default: 'true'
type: string
tag:
description: 'checkout repo first'
default: 'true'
secrets:
TOKEN:
description: 'repo auth token'
required: true
type: string
# secrets:
# TOKEN:
# description: 'repo auth token'
# required: true
jobs:
build:
runs-on: ubuntu-latest
runs-on: slim
steps:
- name: Checkout repository
if: ${{ inputs.checkout == 'true' }}