name: Build and deploy on: push: branches: - master - feature/** tags: - v*.*.* jobs: build: uses: infra/workflows/.gitea/workflows/docker.yaml@e052a286c1fe20d7a313f1e6e87411c0598793b2 secrets: inherit with: webhook_url: ${{ secrets.WEBHOOK_URL }}