chore(ci): Update yq json output flag

This commit is contained in:
bo0tzz
2023-12-09 15:48:38 +01:00
committed by GitHub
parent 5608611681
commit f72365ccac

View File

@@ -28,7 +28,7 @@ jobs:
uses: mikefarah/yq@v4.40.4
id: get-versions
with:
cmd: yq eval -j -I=0 versions.yaml
cmd: yq eval -o=json -I=0 versions.yaml
build_and_push:
runs-on: ubuntu-latest