Skip to content

Commit

Permalink
Merge pull request #62 from jnywong/fix-syntax
Browse files Browse the repository at this point in the history
Fix GH actions syntax
  • Loading branch information
jnywong authored May 27, 2024
2 parents 33bfe7a + df36677 commit c176082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
repo: context.repo.repo,
body: 'Quay.io image tag 👉 [${IMAGE_SHA_NAME}](https://${IMAGE_SHA_NAME})'
})
env:
IMAGE_SHA_NAME: ${{ steps.build-push.outputs.IMAGE_SHA_NAME }}
env:
IMAGE_SHA_NAME: ${{ steps.build-push.outputs.IMAGE_SHA_NAME }}

0 comments on commit c176082

Please sign in to comment.