Skip to content

Commit

Permalink
Pass in image_tag_unit to cloud deploy (#18825)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh authored Nov 23, 2023
1 parent dc2499d commit 8fb7e19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container-images-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
message: |
{
"image_tag": "${{ steps.build.outputs.digest }}",
"image_tag_unit": "${{ steps.build-unit.outputs.digest }}",
"context": ${{ toJson(github) }}
}
Expand Down

0 comments on commit 8fb7e19

Please sign in to comment.