From 31ce5c404d36bde600c9748399985eab5f9760bb Mon Sep 17 00:00:00 2001 From: Frederik Aulich Date: Sat, 18 Apr 2026 03:00:09 +0200 Subject: [PATCH] Update docker image platform. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97b25da..454724d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,6 +58,7 @@ jobs: with: context: . push: true + platforms: linux/amd64 tags: ${{ secrets.DO_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} cache-from: type=gha cache-to: type=gha,mode=max