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: