Skip to content

fix(docker/build-image): prevent random failure on post action because of buildx and cache #1713

fix(docker/build-image): prevent random failure on post action because of buildx and cache

fix(docker/build-image): prevent random failure on post action because of buildx and cache #1713

---
name: Internal - Pull request - Continuous Integration
on: # yamllint disable-line rule:truthy
merge_group:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
ci:
uses: ./.github/workflows/__shared-ci.yml

Check failure on line 17 in .github/workflows/__pull-request-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/__pull-request-ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/__pull-request-ci.yml" -> "./.github/workflows/__shared-ci.yml" --> "hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@58b86a83fc75aeb7a5a4c5f3f34639750c0d8303" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
permissions:
actions: read
contents: write
issues: read
packages: write
pull-requests: write
security-events: write
statuses: write
id-token: write
secrets: inherit