Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed Feb 6, 2025
1 parent 67283b5 commit 5140d6b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
docker run --rm --privileged -d \
--name buildkit \
-e BUILDKIT_DEBUG=1 \
-e ACTIONS_CACHE_URL=${{ env.ACTIONS_CACHE_URL }} \
-e ACTIONS_RUNTIME_TOKEN=${{ env.ACTIONS_RUNTIME_TOKEN }} \
moby/buildkit:latest
# Wait for BuildKit to be ready
Expand All @@ -64,8 +62,8 @@ jobs:
go test -v ./integration_tests \
-run "TestExamplesIntegration/${{ matrix.example }}" \
-timeout 30m \
-buildkit-cache-import=type=gha,scope=${{ matrix.example }} \
-buildkit-cache-export=type=gha,mode=max,scope=${{ matrix.example }}
-buildkit-cache-import="type=gha,url=${{ env.ACTIONS_CACHE_URL }},token=${{ env.ACTIONS_RUNTIME_TOKEN }},scope=${{ matrix.example }}" \
-buildkit-cache-export="type=gha,url=${{ env.ACTIONS_CACHE_URL }},token=${{ env.ACTIONS_RUNTIME_TOKEN }},mode=max,scope=${{ matrix.example }}"
- name: Stop BuildKit
if: always()
Expand Down

0 comments on commit 5140d6b

Please sign in to comment.