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) # Github action to build Docker image from beta branch (tag: beta)
name: Build buanet/iobroker:beta-node16 name: Build debian beta-node16
on: on:
release: release:

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
# Github action to build Docker image from main branch for iobroker/iobroker (tag: latest) # 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: on:
release: release:

View File

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

View File

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