We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62e736 commit 90b5573Copy full SHA for 90b5573
.github/workflows/ci-cd.yml
@@ -93,7 +93,7 @@ jobs:
93
docker run -e ENABLE_XDEBUG=true kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} php -m
94
95
docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} nginx -v
96
- docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} supervisord version
+ docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} supervisord --version
97
98
- name: Build and push (nginx)
99
uses: docker/build-push-action@v6
0 commit comments