Skip to content

Commit

Permalink
Use toJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
dippynark committed Dec 30, 2023
1 parent 86f9732 commit a85b0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# If we push multiple tags then this will not work because they will be space delimited:
# https://docs.docker.com/build/ci/github-actions/push-multi-registries/
# https://github.com/docker/build-push-action#outputs
REPOSITORY: ${{ fromJSON(needs.build.outputs.metadata).image.name }}
REPOSITORY: ${{ fromJSON(needs.build.outputs.metadata).toJSON("image.name") }}
run: |
kubectl create namespace cost-manager
helm template ./charts/cost-manager \
Expand Down

0 comments on commit a85b0df

Please sign in to comment.