From cdcd3c637232086ba70a787874ffb814e7456ef5 Mon Sep 17 00:00:00 2001 From: Shwetha Gururaj Date: Fri, 28 Mar 2025 12:14:23 -0400 Subject: [PATCH] Update release-update-repos.yml --- .github/workflows/release-update-repos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-update-repos.yml b/.github/workflows/release-update-repos.yml index 65c56a10452..84dc95ee2c3 100644 --- a/.github/workflows/release-update-repos.yml +++ b/.github/workflows/release-update-repos.yml @@ -600,8 +600,9 @@ jobs: - name: Build and export to Docker locally uses: docker/build-push-action@v6 with: - context: docker + context: . load: true + no-cache: true tags: ${{ env.VERSION_BUILD }} - name: Test docker container