mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-24 13:45:32 +02:00
changes to ci
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
2
.github/workflows/build-debian-image-dev.yml
vendored
2
.github/workflows/build-debian-image-dev.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user