Skip to content

Commit

Permalink
fix(ci): extract digest output from retry action (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored and KyleGospo committed Apr 22, 2024
1 parent 5d4cfa3 commit a8675e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@ jobs:
containers: ${{ env.IMAGE_NAME }}
registry-token: ${{ secrets.GITHUB_TOKEN }}
signing-secret: ${{ secrets.SIGNING_SECRET }}
tags: ${{ steps.push.outputs.digest }}
tags: ${{ steps.push.outputs.outputs && fromJSON(steps.push.outputs.outputs).digest }}


- name: Echo outputs
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit a8675e9

Please sign in to comment.