diff --git a/.github/workflows/build-debian-image-beta-node16.yml b/.github/workflows/build-debian-image-beta-node16.yml index 4fbb3f02..99c6c74e 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 image (buanet/iobroker:beta-node16) +name: Build buanet/iobroker:beta-node16 on: release: diff --git a/.github/workflows/build-debian-image-beta.yml b/.github/workflows/build-debian-image-beta.yml index d91ab60f..57b84253 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 image (buanet/iobroker:beta) +name: Build buanet/iobroker:beta on: release: diff --git a/.github/workflows/build-debian-image-dev-node16.yml b/.github/workflows/build-debian-image-dev-node16.yml index a6494e3c..1706ebcf 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 debian image (dev-node16) +name: Build buanet/iobroker:dev-node16 on: workflow_dispatch: diff --git a/.github/workflows/build-debian-image-dev.yml b/.github/workflows/build-debian-image-dev.yml index c718ba98..dc8fee5e 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 debian image (dev) +name: Build buanet/iobroker: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 fbb555a8..f1f125b4 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 image (iobroker/iobroker:latest) +name: Build iobroker/iobroker:latest on: release: diff --git a/.github/workflows/build-debian-image-latest.yml b/.github/workflows/build-debian-image-latest.yml index 016f3fcf..b5da1086 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 image (buanet/iobroker:latest) +name: Build buanet/iobroker:latest on: release: