From 5532ca6bade87afa3ac7d4ee0b01485f089a1e4a Mon Sep 17 00:00:00 2001 From: Bea Steers Date: Fri, 8 Dec 2023 11:23:24 -0500 Subject: [PATCH] Update docker-publish.yml --- .github/workflows/docker-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index add0e3d..52f4529 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -78,6 +78,7 @@ jobs: context: ./app push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} + platforms: linux/amd64,linux/arm64 labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max