Skip to content

Commit 06702dd

Browse files
committed
fix
1 parent 1654f71 commit 06702dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@ jobs:
129129
platform: linux/arm/v6
130130
- variant: php-${{ needs.prepare.outputs.php83_version }}-trixie
131131
platform: linux/arm/v6
132-
- variant: php-${{ needs.prepare.outputs.php84_version }}-trixie
132+
- variant: php-${{ needs.prepare.outputs.php_version }}-trixie
133133
platform: linux/arm/v6
134134
- variant: php-${{ needs.prepare.outputs.php82_version }}-bookworm
135135
platform: linux/arm/v6
136136
- variant: php-${{ needs.prepare.outputs.php83_version }}-bookworm
137137
platform: linux/arm/v6
138-
- variant: php-${{ needs.prepare.outputs.php84_version }}-bookworm
138+
- variant: php-${{ needs.prepare.outputs.php_version }}-bookworm
139139
platform: linux/arm/v6
140140
steps:
141141
- name: Prepare

0 commit comments

Comments
 (0)