Skip to content

chore(ci): rename docker-build-scan-push.yml → docker-ci.yml #37

chore(ci): rename docker-build-scan-push.yml → docker-ci.yml

chore(ci): rename docker-build-scan-push.yml → docker-ci.yml #37

Workflow file for this run

name: CI
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-ci.yml@99d80103aa446f2ac6a905fcc570d72e317240a6 # main

Check failure on line 26 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "mbologna/.github/.github/workflows/docker-ci.yml@99d80103aa446f2ac6a905fcc570d72e317240a6" : failed to fetch workflow: workflow was not found.
with:
image_name: docker-bitlbee
yamllint_paths: docker-compose.yml .github/workflows/
enable_integration_test: true
enable_release_drafter: true
secrets: inherit