ci renaming

This commit is contained in:
buanet
2022-02-04 17:36:28 +01:00
parent e41bc8af6c
commit 634d5ffb63
7 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
# Github action to build Docker image from beta branch (tag: beta)
name: Build buanet/iobroker:beta-node16
name: Build debian beta-node16
on:
release:

View File

@@ -1,5 +1,5 @@
# Github action to build Docker image from beta branch (tag: beta)
name: Build buanet/iobroker:beta
name: Build debian beta
on:
release:

View File

@@ -1,5 +1,5 @@
# Github action to build Docker image from dev branch (tag: dev)
name: Build buanet/iobroker:dev-node16
name: Build debian dev-node16
on:
workflow_dispatch:

View File

@@ -1,5 +1,5 @@
# Github action to build Docker image from dev branch (tag: dev)
name: Build buanet/iobroker:dev
name: Build debian dev
on:
workflow_dispatch:

View File

@@ -1,5 +1,5 @@
# Github action to build Docker image from main branch for iobroker/iobroker (tag: latest)
name: Build iobroker/iobroker:latest
name: Build debian latest (iobroker)
on:
release:

View File

@@ -1,5 +1,5 @@
# Github action to build Docker image from main branch (tag: latest)
name: Build buanet/iobroker:latest
name: Build debian latest (buanet)
on:
release:

View File

@@ -1,4 +1,4 @@
name: Check js-controller release version
name: Check js-controller release
on:
schedule:
@@ -32,18 +32,18 @@ jobs:
git commit -am "new js-controller release"
git push
- name: Trigger build (buanet)
- name: Trigger build debian latest (buanet)
if: steps.git-check.outputs.modified == 'true'
uses: benc-uk/workflow-dispatch@v1.1
with:
workflow: Build buanet/iobroker:latest
workflow: Build debian latest (buanet)
repo: buanet/ioBroker.docker
token: ${{ secrets.ACTIONS_PAT }}
- name: Trigger build (iobroker)
- name: Trigger build debian latest (iobroker)
if: steps.git-check.outputs.modified == 'true'
uses: benc-uk/workflow-dispatch@v1.1
with:
workflow: Build iobroker/iobroker:latest
workflow: Build debian latest (iobroker)
repo: buanet/ioBroker.docker
token: ${{ secrets.ACTIONS_PAT }}