From 35759481df024c5332559caa8ac0790981690ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=8B=E5=BE=8B=E6=97=8B=E5=BE=8B=E4=BD=A0=E5=9C=A8?= =?UTF-8?q?=E5=B9=B2=E4=BB=80=E4=B9=88?= <89735151+JohnsonRan@users.noreply.github.com> Date: Wed, 13 Aug 2025 03:17:57 +0800 Subject: [PATCH] fix: release docker image missing arch --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 1ae736b..bd2221e 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -56,7 +56,7 @@ jobs: images: ghcr.io/${{ env.REGISTRY_IMAGE }} tags: | type=raw,value=latest,enable={{is_default_branch}} - type=semver,pattern=${{ env.latest_tag }},enable=${{ github.ref == 'refs/heads/main' && github.event_name != 'workflow_run' }} + type=semver,pattern=${{ env.latest_tag }},enable=${{ github.ref == 'refs/heads/main' && github.event_name == 'workflow_run' }} - name: Get latest tag run: | @@ -135,7 +135,7 @@ jobs: images: ghcr.io/${{ env.REGISTRY_IMAGE }} tags: | type=raw,value=latest,enable={{is_default_branch}} - type=semver,pattern=${{ env.latest_tag }},enable=${{ github.ref == 'refs/heads/main' && github.event_name != 'workflow_run' }} + type=semver,pattern=${{ env.latest_tag }},enable=${{ github.ref == 'refs/heads/main' && github.event_name == 'workflow_run' }} - name: Create manifest list and push working-directory: /tmp/digests