Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5e2a65b26f | ||
|
|
863ec9d533 | ||
|
|
ec75d04e07 | ||
|
|
febb03c381 |
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user