cicd: fix Test Docker Image step
/ build (push) Failing after 9m8s

This commit is contained in:
Alek Kim
2026-07-13 14:41:43 +09:00
parent 85a51db666
commit a105788100
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
- name: Test Docker Image
run: |
docker run --rm ${{ steps.meta.outputs.tags }} jupyter --version
docker run --rm ${{ steps.registry.outputs.host }}/${{ github.repository }}:${{ github.ref_name }} jupyter --version
- name: Push Docker image
uses: docker/build-push-action@v7