mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 05:14:52 +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
|
run: cd docker/ && docker build . --file Dockerfile --tag static-php
|
||||||
- name: Push binary into new branch
|
- name: Push binary into new branch
|
||||||
run: |
|
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
|
./action-deploy.sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user