mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-24 13:45:32 +02:00
testing
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# Github action to build Docker image from beta branch (tag: beta)
|
||||
name: Build debian based image (beta-node16)
|
||||
name: Build debian image (beta-node16)
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- beta
|
||||
@@ -9,7 +10,6 @@ on:
|
||||
- closed
|
||||
schedule:
|
||||
- cron: '42 3 * * 1'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
bulid-beta-node16-image:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Github action to build Docker image from beta branch (tag: beta)
|
||||
name: Build debian based image (beta)
|
||||
name: Build debian image (beta)
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Github action to build Docker image from dev branch (tag: dev)
|
||||
name: Build debian based image (dev-node16)
|
||||
name: Build debian image (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 based image (dev)
|
||||
name: Build debian image (dev)
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Github action to build Docker image from main branch (tag: latest)
|
||||
name: Build debian based image (latest)
|
||||
name: Build debian image (latest)
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Github action to build Docker image from main branch for iobroker/iobroker (tag: latest)
|
||||
name: Build debian based image (latest)
|
||||
name: Build debian image (latest)
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user