diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile deleted file mode 100644 index ae779f5f8dbce6..00000000000000 --- a/.github/workflows/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM python:3.11-rc-slim-buster -RUN apt update -RUN apt-get install git diff --git a/.github/workflows/chef.yaml b/.github/workflows/chef.yaml index 0dc22574a78a18..a76e6228f6e7b5 100644 --- a/.github/workflows/chef.yaml +++ b/.github/workflows/chef.yaml @@ -28,9 +28,9 @@ jobs: name: Chef - Validate cached ZAP files runs-on: ubuntu-latest if: github.actor != 'restyled-io[bot]' - runs: - using: 'docker' - image: 'Dockerfile' + container: + image: connectedhomeip/chip-build:0.5.73 + options: --user root steps: - uses: Wandalen/wretry.action@v1.0.15 name: Checkout