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 340a08b commit 19c439d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
name: ${{ env.TARFILE_NAME }}
path: ${{ env.TARFILE_NAME }}

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

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

0 comments on commit 19c439d

Please sign in to comment.