Skip to content

chore(deps): update action/.github (digest) (#48) #29

chore(deps): update action/.github (digest) (#48)

chore(deps): update action/.github (digest) (#48) #29

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@79e90cadfb3336caf16e4f749548dbea92d8d3bc # main
with:
image_name: docker-bitlbee
yamllint_paths: docker-compose.yml .github/workflows/
enable_integration_test: true
enable_release_drafter: true
secrets: inherit