diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dadc73..1ee5998 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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