From cf0ff6b888b17f71abbb83cd5f0dbc52a22dba76 Mon Sep 17 00:00:00 2001 From: xRain Date: Tue, 22 Aug 2023 15:04:15 +0800 Subject: [PATCH] test --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9906b2e..47c6765 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ runs: - uses: docker://docker:git with: - entrypoint: "/bin/bash" + entrypoint: "/bin/sh" args: | -c 'docker build -t ${{env.DOCKER_REGISTRY}}/${{github.repository}}:${{ github.ref_name }} . && \ echo ${{env.DOCKER_REGISTRY}}/${{github.repository}}:${{ github.ref_name }}已经构建完了 && \