diff --git a/.github/workflows/create_containers.yml b/.github/workflows/create_containers.yml index 5e9c2b8999a..f2b13a121b9 100644 --- a/.github/workflows/create_containers.yml +++ b/.github/workflows/create_containers.yml @@ -14,7 +14,9 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 + with: + set-safe-directory: "*" - name: "Generate Dockerfile" env: OS: ${{ matrix.os }}