Skip to content

Commit

Permalink
Added check of meta json
Browse files Browse the repository at this point in the history
  • Loading branch information
brucehoff committed Jul 31, 2024
1 parent 19c439d commit b47900c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
path: ${{ env.TARFILE_NAME }}

- name: check meta json
run: echo $ {{steps.meta.outputs.json}}
run: echo ${{steps.meta.outputs.json}}

outputs:
meta_json: ${{ steps.meta.outputs.json }}
Expand Down

0 comments on commit b47900c

Please sign in to comment.