Skip to content

Commit 9f1d1f4

Browse files
committed
Fixes build config
1 parent 4c86455 commit 9f1d1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
${{ secrets.DOCKER_HUB_ORG }}/php81-grpc:${{ steps.previoustag.outputs.tag }}
4343
4444
- name: Build and push with xdebug
45-
id: docker_build
45+
id: docker_build_xdebug
4646
uses: docker/build-push-action@v2
4747
with:
4848
context: ./

0 commit comments

Comments
 (0)