Skip to content

chore: centralize CI to shared reusable workflows #163

chore: centralize CI to shared reusable workflows

chore: centralize CI to shared reusable workflows #163

Workflow file for this run

name: Build, Scan and Push
"on":
push:
branches: [main]
tags: ["v*.*.*"]
pull_request:
branches: [main]
workflow_dispatch:
schedule:
- cron: "0 6 * * 1"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
docker:
uses: mbologna/.github/.github/workflows/docker-build-scan-push.yml@main
with:
image_name: docker-bitlbee
yamllint_paths: docker-compose.yml .github/workflows/
enable_integration_test: true
enable_release_drafter: true
secrets: inherit