mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-02-25 13:59:03 +02:00
changes to ci
This commit is contained in:
7
.github/workflows/build-debian-image-dev.yml
vendored
7
.github/workflows/build-debian-image-dev.yml
vendored
@@ -3,19 +3,16 @@ name: Build debian based image (dev)
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
bulid-dev-image:
|
||||
build-dev-image:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo (dev)
|
||||
uses: actions/checkout@v2.4.0
|
||||
with:
|
||||
repository: 'buanet/ioBroker.docker'
|
||||
ref: 'dev'
|
||||
ref: 'main'
|
||||
|
||||
- name: Get and write version and date
|
||||
id: version
|
||||
|
||||
Reference in New Issue
Block a user