Skip to content

Commit

Permalink
Update action to use debian args
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccallister committed Nov 10, 2023
1 parent fdc5fe8 commit 9db707c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php82.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: '0 10 * * TUE'
env:
PHP_VERSION: 8.2
FEDORA_VERSION: 39
DEBIAN_VERSION: 39
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
with:
build-args: |
php_version=${{ env.PHP_VERSION }}
fedora_version=${{ env.FEDORA_VERSION }}
debian_version=${{ env.DEBIAN_VERSION }}
context: .
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 9db707c

Please sign in to comment.