Update docker-image.yml

This commit is contained in:
Jerry Ma 2021-08-30 15:27:39 +08:00 committed by GitHub
parent e29de024d2
commit b52c3a5597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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