Skip to content

Commit

Permalink
fix: client payload
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Jul 25, 2024
1 parent 1056f1f commit ae63598
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,4 @@ jobs:
token: ${{ secrets.INTERNAL_CI_TOKEN }}
repository: vechain/thor-internal-ci
event-type: internal-thor-ci
client-payload: |
{
"thor_image": ${{ fromJSON(steps.build-and-push-image.outputs.meta.json).tags[0] }}
}
client-payload: '{"thor_image": "${{ fromJSON(steps.build-and-push-image.outputs.meta.json).tags[0] }}"}'

0 comments on commit ae63598

Please sign in to comment.