fix: Speed up Docker test builds by using single platform and caching
This commit is contained in:
4
.github/workflows/test-release.yml
vendored
4
.github/workflows/test-release.yml
vendored
@@ -80,7 +80,9 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DOCKER_USERNAME }}/crawl4ai:test-${{ steps.get_version.outputs.VERSION }}
|
${{ secrets.DOCKER_USERNAME }}/crawl4ai:test-${{ steps.get_version.outputs.VERSION }}
|
||||||
${{ secrets.DOCKER_USERNAME }}/crawl4ai:test-latest
|
${{ secrets.DOCKER_USERNAME }}/crawl4ai:test-latest
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64
|
||||||
|
cache-from: type=gha
|
||||||
|
cache-to: type=gha,mode=max
|
||||||
|
|
||||||
- name: Summary
|
- name: Summary
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user