Skip to content

Commit 9db707c

Browse files
Update action to use debian args
1 parent fdc5fe8 commit 9db707c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php82.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: '0 10 * * TUE'
77
env:
88
PHP_VERSION: 8.2
9-
FEDORA_VERSION: 39
9+
DEBIAN_VERSION: 39
1010
REGISTRY: ghcr.io
1111
IMAGE_NAME: ${{ github.repository }}
1212

@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
build-args: |
5050
php_version=${{ env.PHP_VERSION }}
51-
fedora_version=${{ env.FEDORA_VERSION }}
51+
debian_version=${{ env.DEBIAN_VERSION }}
5252
context: .
5353
labels: ${{ steps.meta.outputs.labels }}
5454
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)