doorman/.gitea/workflows/build-homeassistant.yaml
Martin Dimitrov ae4c82e1c0
Some checks failed
Build and push image for doorman-homeassistant / diff (push) Failing after 11s
Build and push Doorman UI / API / diff (push) Has been cancelled
Build and push Doorman UI / API / twilio (push) Has been cancelled
Build and push image for doorman-homeassistant / test (push) Successful in 3s
Build and push image for doorman-homeassistant / docker (push) Has been skipped
Build and push image for doorman-homeassistant / deploy-gitainer (push) Has been skipped
debug
2025-10-15 19:14:52 -07:00

40 lines
1013 B
YAML

name: Build and push image for doorman-homeassistant
on:
push:
branches: [main]
jobs:
diff:
uses: martin/chromart-gitea-actions/.gitea/workflows/diff-output.yaml@main
with:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
files: packages/doorman-homeassistant/*
secrets:
token: ${{ github.token }}
test:
runs-on: ubuntu-22.04
steps:
- name: check output
env:
ALLMYVARS: ${{ toJSON(vars) }}
run: echo $ALLMYVARS
docker:
needs: diff
if: ${{ needs.diff.outputs.is_changed }}
uses: martin/chromart-gitea-actions/.gitea/workflows/docker-publish-private.yaml@main
with:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
image_name: doorman-homeassistant
secrets:
token: ${{ github.token }}
deploy-gitainer:
needs: docker
uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main
with:
stack_name: doorman-homeassistant