Skip to content

Commit

Permalink
Review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
svogt0511 committed Dec 13, 2023
1 parent 0f95d41 commit 3bb8daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch_to_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
uses: ./.github/workflows/build.yml
with:
image_name: ${{ github.repository }}
image_tag: main
image_tag: ${{ github.ref_name }}
secrets: inherit
deploy:
needs: [test, call_build_and_push]
uses: ./.github/workflows/_update_terraform.yml
with:
image_tag: main
image_tag: ${{ github.ref_name }}
deployment_environment: staging
secrets: inherit

0 comments on commit 3bb8daa

Please sign in to comment.