From d40111b70297fe0a8fff4669a3ab9ae8e4184adf Mon Sep 17 00:00:00 2001 From: Christian Zentgraf Date: Fri, 27 Sep 2024 11:10:48 -0700 Subject: [PATCH] Change the adapter image to one with new dependencies --- .github/workflows/linux-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 1ca5cce9c7ecf..79206acdaeea5 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -52,7 +52,7 @@ jobs: # prevent errors when forks ff their main branch if: ${{ github.repository == 'facebookincubator/velox' }} runs-on: 8-core-ubuntu - container: ghcr.io/facebookincubator/velox-dev:adapters + container: registry.hub.docker.com/czentgr/czentgr-test:adapters defaults: run: shell: bash