mirror of
https://github.com/11notes/docker-kms.git
synced 2025-11-02 21:13:20 +00:00
downstream auto build
This commit is contained in:
9
.github/workflows/docker.yml
vendored
9
.github/workflows/docker.yml
vendored
@@ -175,4 +175,11 @@ jobs:
|
|||||||
destination_container_repo: ${{ env.json_image }}
|
destination_container_repo: ${{ env.json_image }}
|
||||||
provider: dockerhub
|
provider: dockerhub
|
||||||
short_description: ${{ env.json_description }}
|
short_description: ${{ env.json_description }}
|
||||||
readme_file: 'README.md'
|
readme_file: 'README.md'
|
||||||
|
|
||||||
|
- name: github / dispatch workflow
|
||||||
|
if: ${{ env.json_dispatch_workflow != null }}
|
||||||
|
uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc
|
||||||
|
with:
|
||||||
|
workflow: ${{ env.json_dispatch_workflow }}
|
||||||
|
inputs: '{ "release": false }'
|
||||||
22
.github/workflows/gui.yml
vendored
Normal file
22
.github/workflows/gui.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
name: kms-gui
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
release:
|
||||||
|
description: 'create release or not'
|
||||||
|
required: false
|
||||||
|
default: true
|
||||||
|
type: 'boolean'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
cron:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: auto build and update downstream image
|
||||||
|
uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc
|
||||||
|
with:
|
||||||
|
workflow: docker.yml
|
||||||
|
repo: 11notes/docker-kms-gui
|
||||||
|
token: "${{ secrets.REPOSITORY_TOKEN }}"
|
||||||
|
inputs: '{ "release": false }'
|
||||||
6
.json
6
.json
@@ -7,5 +7,9 @@
|
|||||||
|
|
||||||
"stable":"465f4d1",
|
"stable":"465f4d1",
|
||||||
"latest":"465f4d1",
|
"latest":"465f4d1",
|
||||||
"parent":"11notes/alpine:stable"
|
"parent":"11notes/alpine:stable",
|
||||||
|
|
||||||
|
"dispatch":{
|
||||||
|
"workflow":"gui.yml"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
### 🚀 Updates
|
### 🪄 Features
|
||||||
* switch to branch next on upstream py-kms
|
* downstream auto build
|
||||||
Reference in New Issue
Block a user