diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0fa24ff92..0626cf8e2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -363,7 +363,7 @@ jobs: - name: Build scanner-slim image run: | - docker build -t scanner-slim:"$(make --no-print-directory --quiet tag)" -f image/scanner/rhel/Dockerfile.slim image/scanner/rhel + docker build -t scanner-slim:"$(make --no-print-directory --quiet tag)" -f image/scanner/rhel/Dockerfile.slim image/scanner/rhel - name: Build scanner-db image run: |