mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Update docker-image.yml
This commit is contained in:
parent
e29de024d2
commit
b52c3a5597
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user