diff --git a/.github/workflows/build-debian-image-beta-node16.yml b/.github/workflows/build-debian-image-beta-node16.yml index f77036d..4308c90 100644 --- a/.github/workflows/build-debian-image-beta-node16.yml +++ b/.github/workflows/build-debian-image-beta-node16.yml @@ -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: diff --git a/.github/workflows/build-debian-image-beta.yml b/.github/workflows/build-debian-image-beta.yml index 41fe836..482849d 100644 --- a/.github/workflows/build-debian-image-beta.yml +++ b/.github/workflows/build-debian-image-beta.yml @@ -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: diff --git a/.github/workflows/build-debian-image-dev-node16.yml b/.github/workflows/build-debian-image-dev-node16.yml index 060a3eb..8d10a00 100644 --- a/.github/workflows/build-debian-image-dev-node16.yml +++ b/.github/workflows/build-debian-image-dev-node16.yml @@ -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: diff --git a/.github/workflows/build-debian-image-dev.yml b/.github/workflows/build-debian-image-dev.yml index 78d18bd..4d0533c 100644 --- a/.github/workflows/build-debian-image-dev.yml +++ b/.github/workflows/build-debian-image-dev.yml @@ -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: diff --git a/.github/workflows/build-debian-image-latest-iob.yml b/.github/workflows/build-debian-image-latest-iob.yml index 579586c..45720d7 100644 --- a/.github/workflows/build-debian-image-latest-iob.yml +++ b/.github/workflows/build-debian-image-latest-iob.yml @@ -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: diff --git a/.github/workflows/build-debian-image-latest.yml b/.github/workflows/build-debian-image-latest.yml index d5ecf8f..ce92b33 100644 --- a/.github/workflows/build-debian-image-latest.yml +++ b/.github/workflows/build-debian-image-latest.yml @@ -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: diff --git a/.github/workflows/check-js-controller-release.yml b/.github/workflows/check-js-controller-release.yml index c571813..b8c2c04 100644 --- a/.github/workflows/check-js-controller-release.yml +++ b/.github/workflows/check-js-controller-release.yml @@ -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 }} \ No newline at end of file