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

BPS Git Server git at git.bestpractical.com
Mon Aug 7 19:52:15 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  ef73fc0d2e7f0d662e5b75e7092a6d111d79a6dd (commit)

- Log -----------------------------------------------------------------
commit ef73fc0d2e7f0d662e5b75e7092a6d111d79a6dd
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..55436f011d 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
@@ -65,6 +66,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: Checkout RT
         uses: actions/checkout at v2
       - name: Cache .prove state
@@ -118,6 +120,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: Checkout RT
         uses: actions/checkout at v2
       - name: Cache .prove state
@@ -171,6 +174,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: Checkout RT
         uses: actions/checkout at v2
       - name: Cache .prove state

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


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list