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 aa4fe38 commit 19d1658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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


0 comments on commit 19d1658

Please sign in to comment.