1 Commits
Author SHA1 Message Date
renovate 52636a1630 Update Github Actions #none major
Actionlint / build (push) Successful in 22s
2026-07-17 08:06:23 +00:00
+6 -10
View File
@@ -7,33 +7,29 @@ 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
type: string
default: ${{ github.repository }}
checkout:
description: 'checkout repo first'
default: 'true'
type: string
tag:
description: 'checkout repo first'
default: 'true'
type: string
# secrets:
# TOKEN:
# description: 'repo auth token'
# required: true
secrets:
TOKEN:
description: 'repo auth token'
required: true
jobs:
build:
runs-on: slim
runs-on: ubuntu-latest
steps:
- name: Checkout repository
if: ${{ inputs.checkout == 'true' }}