From b52c3a5597ddb35bff5eb78ba0e31167764c8cef Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Mon, 30 Aug 2021 15:27:39 +0800 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index f9c8d6e4..c21f04d6 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -18,5 +18,5 @@ jobs: run: cd docker/ && docker build . --file Dockerfile --tag static-php - name: Push binary into new branch run: | - mkdir dist && docker run --rm -v $(pwd)/dist:/dist/ -it static-php cp php-dist/bin/php /dist/ + mkdir dist && docker run --rm -v $(pwd)/dist:/dist/ static-php cp php-dist/bin/php /dist/ ./action-deploy.sh