Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Dec 12, 2023
1 parent 2c3e15e commit 903675b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
# Fetch latest versions of PHP
PHP_82_LATEST=$(skopeo inspect docker://docker.io/library/php:8.2 --override-os linux --override-arch amd64 | jq -r '.Env.[] | select(test("^PHP_VERSION=")) | sub("^PHP_VERSION="; "")')
PHP_83_LATEST=$(skopeo inspect docker://docker.io/library/php:8.3 --override-os linux --override-arch amd64 | jq -r '.Env.[] | select(test("^PHP_VERSION=")) | sub("^PHP_VERSION="; "")')
export PHP_VERSION="${PHP_83_LATEST},${PHP_82_LATEST}"
METADATA="$(PHP_VERSION=$PHP_VERSION docker buildx bake --print | jq -c)"
METADATA="$(docker buildx bake --print | jq -c)"
{
echo metadata="$METADATA"
Expand Down

0 comments on commit 903675b

Please sign in to comment.