From 2d05a433cd58ebc4f3f19efb5ab5a4a50387f45e Mon Sep 17 00:00:00 2001 From: kjdev Date: Fri, 20 Feb 2026 14:28:39 +0900 Subject: [PATCH] fix(ci): add architecture suffix to Google container image tags --- .github/workflows/package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package.yaml b/.github/workflows/package.yaml index 1f712a1..c5efd48 100644 --- a/.github/workflows/package.yaml +++ b/.github/workflows/package.yaml @@ -59,7 +59,7 @@ jobs: platforms: linux/${{ matrix.arch }} provenance: false push: true - tags: ghcr.io/${{ env.container }}:google + tags: ghcr.io/${{ env.container }}:google-${{ matrix.arch }} target: google timeout-minutes: 30 strategy: