diff --git a/.github/workflows/build-base.yml b/.github/workflows/build-base.yml index 26a82ff..e462eb6 100644 --- a/.github/workflows/build-base.yml +++ b/.github/workflows/build-base.yml @@ -51,7 +51,7 @@ jobs: uses: docker/build-push-action@v5 with: push: false - context: ./${PHP_VERSION}/alpine/base + context: ${{ matrix.php-version }}/alpine/base tags: hyperf/hyperf:${{ matrix.php-version }}-alpine-v${{ matrix.alpine-version }}-base - name: Check run: | @@ -61,7 +61,7 @@ jobs: uses: docker/build-push-action@v5 with: push: true - context: ./${PHP_VERSION}/alpine/base + context: ${{ matrix.php-version }}/alpine/base tags: hyperf/hyperf:${{ matrix.php-version }}-alpine-v${{ matrix.alpine-version }}-base