fix(docker/build-image): prevent random failure on post action because of buildx and cache #334
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: "Pull Request - Semantic Lint" | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| - edited | |
| - synchronize | |
| permissions: {} | |
| jobs: | |
| main: | |
| uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@a7cef38ee96db3c1824af487f532482f8fa757cd # feat/add-local-actions-action | |
| permissions: | |
| contents: write | |
| pull-requests: write |