Skip to content

update homarr action #6

update homarr action

update homarr action #6

Workflow file for this run

name: Test Build
on:
pull_request:
branches:
- main
- dev
paths:
- 'builder.yml'
- '**tester.yml'
- '**.hurl'
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 # using the homarr config for tests
app_version: '0.15.0'
project_source: https://github.com/soubinan/homelab-lxc
distribution: ${{matrix.distributions}}
architecture: ${{matrix.architectures}}
release: ${{matrix.releases}}
branch_name: dev
is_merged: false