[Rt-commit] rt branch 4.4/disable-docker-buildkit created. rt-4.4.6-90-g234f832232

BPS Git Server git at git.bestpractical.com
Mon Aug 7 19:33:08 UTC 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 4.4/disable-docker-buildkit has been created
        at  234f832232166b191ea09bc7d935d4ad9ad36dee (commit)

- Log -----------------------------------------------------------------
commit 234f832232166b191ea09bc7d935d4ad9ad36dee
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Mon Aug 7 15:32:55 2023 -0400

    Disable buildkit to allow local network

diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index e7bfbad9f8..9081a64c60 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -13,6 +13,7 @@ jobs:
         run: |
           echo "RT_BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
           echo "RT_GA_START_TIME=$(date +%s)" >> $GITHUB_ENV
+          echo "DOCKER_BUILDKIT=0" >> $GITHUB_ENV
       - name: Check out RT
         uses: actions/checkout at v2
       - name: Cache .prove state

-----------------------------------------------------------------------


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list