From 4bd713b524800c51950235a7b26c1475ace1acc6 Mon Sep 17 00:00:00 2001 From: Christian Zentgraf Date: Thu, 26 Sep 2024 07:05:06 -0700 Subject: [PATCH] Test - switch container to one with new FBOS level --- .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