Skip to content

Commit be91d49

Browse files
committedMar 3, 2025
Fix broken CI
We use the same Dockerfile for both arm64/amd64
1 parent 92b17aa commit be91d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/docker-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: docker/build-push-action@v6
4040
with:
4141
tags: ${{ env.REGISTRY_IMAGE }}
42-
file: Dockerfile.${{ matrix.platform.name }}
42+
file: Dockerfile
4343
cache-from: type=gha
4444
cache-to: type=gha
4545
platforms: linux/${{ matrix.platform.name }}

0 commit comments

Comments
 (0)