From 31cd2f2d99a8a743e8d7ea0b944c29967e4bf445 Mon Sep 17 00:00:00 2001 From: Raiya Araki <83504221+rai62@users.noreply.github.com> Date: Wed, 13 Nov 2024 04:14:15 -0500 Subject: [PATCH] Update docker.yml --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 08f6495cd62..82894ac099d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -45,7 +45,7 @@ jobs: with: context: . push: true - platforms: ${{ matrix.config.platforms }} + platforms: ${{ matrix.config.platform }} tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}-${{ env.COMMIT_SHA }}" file: ${{ matrix.config.dockerfile }} @@ -54,6 +54,6 @@ jobs: with: context: . push: ${{ github.event_name == 'push' }} - platforms: ${{ matrix.config.platforms }} + platforms: ${{ matrix.config.platform }} tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}" file: ${{ matrix.config.dockerfile }}