Skip to content

Change logging level to DEBUG for more detailed output #12

Change logging level to DEBUG for more detailed output

Change logging level to DEBUG for more detailed output #12

Workflow file for this run

name: "Publish beta"
on: [push, pull_request]
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Publish
uses: home-assistant/builder@master
with:
args: |
--all \
--target /data/homeassistant-samsung-frame-art-beta \
--docker-hub gijsvdhoven