Skip to content

Commit

Permalink
add env for the last step
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Feb 8, 2025
1 parent 19562a8 commit 400d78a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prod-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ jobs:
name: Create release after prod deployment
runs-on: ubuntu-latest
needs: deploy-on-prod
env:
IMAGE_TAG: ${{ needs.get-image-tag.outputs.IMAGE_TAG }}

steps:
- name: Check out repository
Expand Down

0 comments on commit 400d78a

Please sign in to comment.