fix(ci): build Docker images for linux/amd64 only to fix Cloud Run deploys

This commit is contained in:
2026-03-16 03:43:02 +04:00
parent fcafdefa76
commit 74348c3ef5

View File

@@ -114,6 +114,7 @@ jobs:
file: apps/${{ matrix.service }}/Dockerfile
push: false
tags: household-${{ matrix.service }}:ci
platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
@@ -166,6 +167,7 @@ jobs:
file: apps/${{ matrix.service }}/Dockerfile
push: true
tags: ${{ steps.image.outputs.name }}
platforms: linux/amd64
cache-from: type=registry,ref=${{ steps.image.outputs.cache_ref }}
cache-to: type=registry,ref=${{ steps.image.outputs.cache_ref }},mode=max