Skip to content

Commit

Permalink
Update build-swoole.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Jun 17, 2024
1 parent 6b2464f commit a7838c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-swoole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
context: ${{ matrix.php-version }}/alpine/swoole
load: true
tags: hyperf/hyperf:${{ matrix.php-version }}-alpine-v${{ matrix.alpine-version }}-swoole
file: Dockerfile${{ env.SPEC }}
file: ${{ matrix.php-version }}/alpine/swoole/Dockerfile${{ env.SPEC }}
build-args: |
"ALPINE_VERSION=${{ matrix.alpine-version }}"
"COMPOSER_VERSION=${{ env.COMPOSER_VERSION }}"
Expand All @@ -99,6 +99,7 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
file: ${{ matrix.php-version }}/alpine/swoole/Dockerfile${{ env.SPEC }}
build-args: |
"ALPINE_VERSION=${{ matrix.alpine-version }}"
"COMPOSER_VERSION=${{ env.COMPOSER_VERSION }}"
Expand Down

0 comments on commit a7838c1

Please sign in to comment.