Skip to content

Commit

Permalink
Disable buildkit to allow local network
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrandtbuffalo committed Aug 7, 2023
1 parent 6206f13 commit 234f832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v2
- name: Cache .prove state
Expand Down

0 comments on commit 234f832

Please sign in to comment.