From ef07f39ccf8ba6bf3462e4ee67f57aadc6bdb2d4 Mon Sep 17 00:00:00 2001 From: Zachary Fleck <87536651+zacharyfleck@users.noreply.github.com> Date: Tue, 25 Apr 2023 14:43:34 -0400 Subject: [PATCH] remove space --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index dc77200ffb..5aa2758e79 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -76,7 +76,7 @@ jobs: with: context: . file: ./Dockerfile - platforms: linux/amd64, linux/arm64 + platforms: linux/amd64,linux/arm64 # For pull requests, we run the Docker build (to ensure no PR changes break the build), # but we ONLY do an image push to DockerHub if it's NOT a PR push: ${{ github.event_name != 'pull_request' }}