diff --git a/.github/workflows/build-swoole.yml b/.github/workflows/build-swoole.yml index 0945093..58b81bb 100644 --- a/.github/workflows/build-swoole.yml +++ b/.github/workflows/build-swoole.yml @@ -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 diff --git a/.github/workflows/build-swow.yml b/.github/workflows/build-swow.yml index 7d35463..f736580 100644 --- a/.github/workflows/build-swow.yml +++ b/.github/workflows/build-swow.yml @@ -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