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