Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52636a1630 |
@@ -7,33 +7,29 @@ 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
|
||||||
type: string
|
default: ${{ github.repository }}
|
||||||
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'
|
||||||
type: string
|
secrets:
|
||||||
# secrets:
|
TOKEN:
|
||||||
# TOKEN:
|
description: 'repo auth token'
|
||||||
# description: 'repo auth token'
|
required: true
|
||||||
# required: true
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: slim
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
if: ${{ inputs.checkout == 'true' }}
|
if: ${{ inputs.checkout == 'true' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user