From 8d80414bbb08042634b6210dc5eeb7784d27dcb5 Mon Sep 17 00:00:00 2001 From: thuanle Date: Mon, 27 Apr 2026 15:52:07 +0700 Subject: [PATCH] fix amend ci --- .gitea/workflows/02-gitea-mcp.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/02-gitea-mcp.yml b/.gitea/workflows/02-gitea-mcp.yml index 24cd17a..e2570f8 100644 --- a/.gitea/workflows/02-gitea-mcp.yml +++ b/.gitea/workflows/02-gitea-mcp.yml @@ -60,7 +60,6 @@ jobs: echo "Create new manifest" docker manifest create ${{ env.IMAGE_REPO }}:latest \ - ${{ env.IMAGE_REPO }}:amd64-latest \ ${{ env.IMAGE_REPO }}:arm64-latest docker manifest push ${{ env.IMAGE_REPO }}:latest \ No newline at end of file