Commit 3b5d988f authored by Duggan, John's avatar Duggan, John
Browse files

Correct Dockerfile location

parent f987f287
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ jobs:
        uses: docker/build-push-action@v6
        id: build
        with:
          file: Dockerfile
          file: dockerfiles/Dockerfile
          load: true
      - name: Run ruff check
        run: docker run --rm ${{ steps.build.outputs.imageid }} poetry run ruff check