changes to ci

This commit is contained in:
buanet
2021-12-23 20:55:08 +01:00
parent 8843ee2f68
commit 1337535351
6 changed files with 6 additions and 6 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: