Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Jun 17, 2024
1 parent 3bbbd0f commit 69f3018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v3
- name: Build
run: |
docker buildx build --platform linux/${{ matrix.build-arch }} -f ${PHP_VERSION}/alpine/base/Dockerfile -t hyperf/hyperf:${PHP_VERSION}-alpine-v${ALPINE_VERSION}-base --build-arg ALPINE_VERSION=${ALPINE_VERSION} .
docker buildx build --platform linux/${{ matrix.build-arch }} -f ${PHP_VERSION}/alpine/base/Dockerfile -t hyperf/hyperf:${PHP_VERSION}-alpine-v${ALPINE_VERSION}-base --build-arg ALPINE_VERSION=${ALPINE_VERSION} ${PHP_VERSION}/alpine/base
docker run --entrypoint php -v $PWD/tests/base:/opt/www hyperf/hyperf:${{ matrix.php-version }}-alpine-v${{ matrix.alpine-version }}-base /opt/www/openssl.php
- name: Push Images to Docker Hub
if: ${{ github.event.inputs.event == 'publish' }}
Expand Down

0 comments on commit 69f3018

Please sign in to comment.