We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec8d2d commit ac8caa1Copy full SHA for ac8caa1
.github/workflows/code-analysis.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: docker/setup-buildx-action@v2
16
17
- name: Build Docker Image
18
- run: docker build -t code-analysis -f Dockerfile .
+ run: docker build -t code-analysis -f Dockerfile.analysis .
19
20
- name: Run Code Analysis
21
run: |
0 commit comments