Skip to content

Commit 7fad51f

Browse files
committed
Gha
1 parent 662fff3 commit 7fad51f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/distro_debian.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- { php_version: "8.4", distro_variant: "trixie" }
1414
#- { php_version: "8.4", distro_variant: "bookworm" }
1515
- { php_version: "8.3", distro_variant: "trixie" }
16-
#- { php_version: "8.3", distro_variant: "bookworm" }
16+
- { php_version: "8.3", distro_variant: "bookworm" }
1717
#- { php_version: "8.2", distro_variant: "bookworm" }
1818
image_variant:
1919
- core
@@ -35,8 +35,7 @@ jobs:
3535
name: encrypted-artifacts
3636
path: ./
3737
- name: Build Image
38-
#uses: nfrastack/gha/.github/actions/build_multi_image@main
39-
uses: ./.github/actions/build_multi_image.yml
38+
uses: nfrastack/gha/.github/actions/build_phpfpm_multi_image@main
4039
with:
4140
docker_username: ${{ secrets.DOCKER_USERNAME }}
4241
docker_password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)