diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index f78cea2d..6283645f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build the Docker image - run: cd docker/ && docker build . --file Dockerfile --tag static-php + run: cd docker/ && docker build . --file Dockerfile --tag static-php --build-arg USE_BACKUP_ADDRESS=yes --build-arg COMPILE_PHP_VERSION=7.4.23 - name: Push binary into dl server run: | mkdir dist && docker run --rm -v $(pwd)/dist:/dist/ static-php cp php-dist/bin/php /dist/