Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhoublue committed Jul 17, 2024
1 parent 69bf114 commit 5583ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ImageRdmaTools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
timeout-minutes: 30
needs: [get_info]
uses: ./.github/workflows/callBuildImage.yaml
secrets: inherit
with:
code_sha: ${{ needs.get_info.outputs.code_sha }}
image_tag: ${{ needs.get_info.outputs.image_tag }}
Expand All @@ -91,3 +90,4 @@ jobs:
dockerfile_dirctory: ${{ needs.get_info.outputs.dockerfile_dirctory }}
build_platform: ${{ needs.get_info.outputs.build_platform }}
upload_artifact: ${{ needs.get_info.outputs.upload_artifact }}
secrets: inherit

0 comments on commit 5583ae1

Please sign in to comment.