diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 08f6495..82894ac 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 }}