Skip to content

update homarr action #4

update homarr action

update homarr action #4

Workflow file for this run

name: Test Build
on:
pull_request:
branches:
- main
- dev
paths:
- 'builder.yml'
- '**tester.yml'
jobs:
image-build:
strategy:
matrix:
distributions:
- debian
architectures:
- amd64
releases:
- bookworm
uses: ./.github/workflows/builder.yml
with:
config_path: templates/homarr.yml
app_name: dummy_app
app_version: 0.0.1
project_source: https://github.com/soubinan/homelab-lxc
distribution: ${{matrix.distributions}}
architecture: ${{matrix.architectures}}
release: ${{matrix.releases}}
branch_name: dev
is_merged: false