From 829ef08e1b454930b33c3eca3e35b0e13a85a928 Mon Sep 17 00:00:00 2001 From: Alek Kim Date: Mon, 13 Jul 2026 14:53:33 +0900 Subject: [PATCH] cicd: fix Push Docker Image step --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 59b7862..b86cdc7 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -60,11 +60,11 @@ jobs: run: | docker run --rm ${{ steps.registry.outputs.host }}/${{ github.repository }}:${{ github.ref_name }} jupyter --version - - name: Push Docker image + - name: Push Docker Image uses: docker/build-push-action@v7 with: context: . - platforms: liniux/amd64,linux/arm64,linux/arm/v7 + platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true tags: ${{ steps.meta.outputs.tags }} build-args: