Skip to content

Commit

Permalink
Pass tarball name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Dec 27, 2024
1 parent 01be6dd commit c6c1d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ jobs:
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}
run: |
bash build-scripts/build-and-push-docker-image.sh -n ${{ needs.call-build-workflow.outputs }}
bash build-scripts/build-and-push-docker-image.sh -n ${{ needs.call-build-workflow.outputs.name }}
# echo ${{ needs.job1.outputs.firstword }}
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
fail-fast: false
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}
outputs:
package_name: ${{ steps.package.outputs.name }}
name: ${{ steps.package.outputs.name }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit c6c1d0c

Please sign in to comment.