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: needs: diff runs-on: ubuntu-22.04 steps: - name: check output of diff run: echo ${{ needs.diff }} 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