Skip to content

Commit

Permalink
php: Use correct Dockerfile in Alpine build
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed May 15, 2024
1 parent 08798d6 commit a054aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: docker/build-push-action@v5
id: build
with:
context: ./${{ env.image }}/
context: ./${{ env.image }}/alpine/
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/${{ env.organization }}/${{ env.image }}:alpine,ghcr.io/${{ env.organization }}/${{ env.image }}:${{ steps.extract_version.outputs.version }}-alpine
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit a054aec

Please sign in to comment.