Skip to content

Commit 4368f87

Browse files
committed
fix(ci): create simple images with build-push-action instead of manifest lists
1 parent e25110b commit 4368f87

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
push: true
5555
tags: ghcr.io/${{ env.REPO_OWNER }}/firecrawl:${{ env.PLATFORM_SUFFIX }}
5656
platforms: ${{ matrix.platform }}
57+
provenance: false
5758
cache-from: type=registry,ref=ghcr.io/${{ env.REPO_OWNER }}/firecrawl:buildcache-${{ env.PLATFORM_SUFFIX }}
5859
cache-to: type=registry,ref=ghcr.io/${{ env.REPO_OWNER }}/firecrawl:buildcache-${{ env.PLATFORM_SUFFIX }},mode=max
5960

.github/workflows/deploy-playwright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
push: true
5555
tags: ghcr.io/${{ env.REPO_OWNER }}/playwright-service:${{ env.PLATFORM_SUFFIX }}
5656
platforms: ${{ matrix.platform }}
57+
provenance: false
5758
cache-from: type=registry,ref=ghcr.io/${{ env.REPO_OWNER }}/playwright-service:buildcache-${{ env.PLATFORM_SUFFIX }}
5859
cache-to: type=registry,ref=ghcr.io/${{ env.REPO_OWNER }}/playwright-service:buildcache-${{ env.PLATFORM_SUFFIX }},mode=max
5960

0 commit comments

Comments
 (0)