cicd: fix Push Docker Image step
/ build (push) Failing after 8m34s

This commit is contained in:
Alek Kim
2026-07-13 14:53:33 +09:00
parent a105788100
commit 829ef08e1b
+2 -2
View File
@@ -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: