From 6224385e1deba505f8c2487945428ef3958aefec Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Mon, 29 May 2023 22:39:23 +0200 Subject: [PATCH] Update docker-publish.yml --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 7321a67..3ce1af8 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -119,7 +119,7 @@ jobs: with: context: ./xfce file: ./xfce/Dockerfile - platforms: linux/arm64,linux/amd64 + platforms: linux/amd64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}