[Rt-commit] rtir branch 5.0/disable-docker-buildkit created. 5.0.4-4-g76ec5e66
BPS Git Server
git at git.bestpractical.com
Tue Aug 8 14:01:48 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 "rtir".
The branch, 5.0/disable-docker-buildkit has been created
at 76ec5e66161d7980994a6f3ac5f467c6cd1e3b9b (commit)
- Log -----------------------------------------------------------------
commit 76ec5e66161d7980994a6f3ac5f467c6cd1e3b9b
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Tue Aug 8 09:58:27 2023 -0400
Disable buildkit to continue using the local network feature
See commit d8f59dd5c3 in RT for details on this change.
diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index df8727fc..c8a7ba23 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -25,6 +25,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
docker network create rt
- name: Check out RTIR
uses: actions/checkout at v2
@@ -73,6 +74,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
docker network create rt
- name: Check out RTIR
uses: actions/checkout at v2
@@ -122,6 +124,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
docker network create rt
- name: Check out RTIR
uses: actions/checkout at v2
-----------------------------------------------------------------------
hooks/post-receive
--
rtir
More information about the rt-commit
mailing list