From 8d0d244c307c5f95e4d34fb0fffc81778a16dfb6 Mon Sep 17 00:00:00 2001 From: Jacob Wujciak-Jens Date: Thu, 12 Dec 2024 10:16:26 -0800 Subject: [PATCH] build: Update CI container (#11796) Summary: https://github.com/facebookincubator/velox/issues/10732 temporarily changed to a different container. The docker images should be rebuilt with the necessary shared ependencies now so we can witch back. Pull Request resolved: https://github.com/facebookincubator/velox/pull/11796 Reviewed By: Yuhta Differential Revision: D67109007 Pulled By: bikramSingh91 fbshipit-source-id: 174e186a254f6adc866574660a51a7ba1859c372 --- .github/workflows/linux-build-base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-build-base.yml b/.github/workflows/linux-build-base.yml index 01ab4bae950d..4d8218f2e53f 100644 --- a/.github/workflows/linux-build-base.yml +++ b/.github/workflows/linux-build-base.yml @@ -29,7 +29,7 @@ jobs: # prevent errors when forks ff their main branch if: ${{ github.repository == 'facebookincubator/velox' }} runs-on: 8-core-ubuntu - container: ghcr.io/assignuser/velox-dev:adapters + container: ghcr.io/facebookincubator/velox-dev:adapters defaults: run: shell: bash