This commit is contained in:
xRain 2023-08-22 15:04:15 +08:00
parent a402fd2191
commit cf0ff6b888

View File

@ -23,7 +23,7 @@ runs:
- uses: docker://docker:git - uses: docker://docker:git
with: with:
entrypoint: "/bin/bash" entrypoint: "/bin/sh"
args: | args: |
-c 'docker build -t ${{env.DOCKER_REGISTRY}}/${{github.repository}}:${{ github.ref_name }} . && \ -c 'docker build -t ${{env.DOCKER_REGISTRY}}/${{github.repository}}:${{ github.ref_name }} . && \
echo ${{env.DOCKER_REGISTRY}}/${{github.repository}}:${{ github.ref_name }}已经构建完了 && \ echo ${{env.DOCKER_REGISTRY}}/${{github.repository}}:${{ github.ref_name }}已经构建完了 && \