diff --git a/.github/workflows/build_container_images.yml b/.github/workflows/build_container_images.yml index 5916f99..7edc61b 100644 --- a/.github/workflows/build_container_images.yml +++ b/.github/workflows/build_container_images.yml @@ -28,8 +28,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - ref: main - path: main + # We want a full clone of the repo so that the rev-list count below is correct fetch-depth: 0 - name: Set up QEMU