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 4e511fe commit fb44302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-swoole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
"ALPINE_VERSION=${{ matrix.alpine-version }}"
"COMPOSER_VERSION=${{ env.COMPOSER_VERSION }}"
"PHP_BUILD_VERSION=${{ steps.fetch-php-build-version.outputs.version }}"
"SW_VERSION=${{ env.SW_VERSION }}
"SW_VERSION=${{ env.SW_VERSION }}"
- name: Push Images to Other Hubs
if: ${{ github.ref == 'refs/heads/build' }}
run: ./.github/workflows/push.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-swow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
"ALPINE_VERSION=${{ matrix.alpine-version }}"
"COMPOSER_VERSION=${{ env.COMPOSER_VERSION }}"
"PHP_BUILD_VERSION=${{ steps.fetch-php-build-version.outputs.version }}"
"SW_VERSION=${{ env.SW_VERSION }}
"SW_VERSION=${{ env.SW_VERSION }}"
- name: Push Images to Other Hubs
if: ${{ github.ref == 'refs/heads/build' }}
run: ./.github/workflows/push.sh

0 comments on commit fb44302

Please sign in to comment.