Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Merge pull request #51 from yo1frenchtoast/master #35

Merge pull request #51 from yo1frenchtoast/master

Merge pull request #51 from yo1frenchtoast/master #35

Workflow file for this run

name: 'Build and test Traefik'
env:
ADD_ON_DIRECTORY: traefik
on:
push:
paths:
- 'traefik/**'
branches:
- master
pull_request:
paths:
- 'traefik/**'
jobs:
build:
name: Test build Traefik
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Test build
uses: home-assistant/builder@master
with:
args: |
--test \
--all \
--target /data/${ADD_ON_DIRECTORY} \
--docker-hub alex3305 \
--image ${ADD_ON_DIRECTORY}-add-on