File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8080 with :
8181 context : ${{ matrix.php-version }}/alpine/swoole
8282 load : true
83- tags : hyperf/hyperf:${{ matrix.php-version }}-alpine-v${{ matrix.alpine-version }}-swoole
83+ tags : hyperf/hyperf:${{ matrix.php-version }}-alpine-v${{ matrix.alpine-version }}-swoole${{ env.SPEC }}
8484 file : ${{ matrix.php-version }}/alpine/swoole/Dockerfile${{ env.SPEC }}
8585 build-args : |
8686 "ALPINE_VERSION=${{ matrix.alpine-version }}"
8989 "SW_VERSION=${{ env.SW_VERSION }}"
9090 - name : Check
9191 run : |
92- docker run --entrypoint php hyperf/hyperf:${{ matrix.php-version }}-alpine-v${{ matrix.alpine-version }}-swoole -v
93- docker run --entrypoint php hyperf/hyperf:${{ matrix.php-version }}-alpine-v${{ matrix.alpine-version }}-swoole --ri swoole
92+ docker run --entrypoint php hyperf/hyperf:${{ matrix.php-version }}-alpine-v${{ matrix.alpine-version }}-swoole${{ env.SPEC }} -v
93+ docker run --entrypoint php hyperf/hyperf:${{ matrix.php-version }}-alpine-v${{ matrix.alpine-version }}-swoole${{ env.SPEC }} --ri swoole
9494 - name : Push
9595 if : ${{ github.ref == 'refs/heads/build' }}
9696 uses : docker/build-push-action@v5
You can’t perform that action at this time.
0 commit comments