Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
brucehoff committed Jul 31, 2024
1 parent b47900c commit 4043e47
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ 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 All @@ -78,7 +75,7 @@ jobs:
packages: write
strategy:
matrix:
value: ${{ fromJSON(needs.build.outputs.meta_json).tags }}
value: ${{ fromJSON(needs.tests.outputs.meta_json).tags }}

steps:
- name: Download tar file
Expand Down

0 comments on commit 4043e47

Please sign in to comment.