Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Nov 27, 2023
1 parent 3510599 commit c7d4332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-swoole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/build'}}
run: ./.github/workflows/push.sh
- name: Push the latest images
if: ${{ matrix.php-version == '8.3' and alpine.php-version == '3.18' }}
if: ${{ matrix.php-version == '8.3' && alpine.php-version == '3.18' }}
run: |
docker push hyperf/hyperf:latest
docker push ghcr.io/hyperf/hyperf-docker/hyperf:latest
Expand Down

0 comments on commit c7d4332

Please sign in to comment.