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 6245b1a commit 2c3e15e
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 @@ -36,8 +36,8 @@ jobs:
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="; "")')
PHP_VERSION="$PHP_82_LATEST,$PHP_83_LATEST" >> "$GITHUB_OUTPUT"
METADATA="$(docker buildx bake --print | jq -c)"
METADATA="$(PHP_VERSION=$PHP_VERSION docker buildx bake --print | jq -c)"
{
echo metadata="$METADATA"
Expand Down

0 comments on commit 2c3e15e

Please sign in to comment.