diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index d1ab0e3..4c81e88 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -82,6 +82,8 @@ jobs: with: # We need to fetch all branches and commits so that Nx affected has a base to compare against. fetch-depth: 0 + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 - uses: nrwl/nx-set-shas@v3 with: main-branch-name: 'master'