Skip to content

chore(renovate): remove redundant config:recommended (now in shared p… #27

chore(renovate): remove redundant config:recommended (now in shared p…

chore(renovate): remove redundant config:recommended (now in shared p… #27

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
permissions:
contents: write
packages: write
id-token: write
attestations: write
security-events: write
jobs:
docker:
uses: mbologna/.github/.github/workflows/docker-build-scan-push.yml@f3f1584c4872c50a42e304b0bdb7cb40088e0bfe # main
with:
image_name: docker-bitlbee
yamllint_paths: docker-compose.yml .github/workflows/
enable_integration_test: true
enable_release_drafter: true
secrets: inherit