Skip to content

Commit

Permalink
terraform config
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal committed Nov 1, 2023
1 parent 7f70f8b commit 0ec8d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,4 @@ jobs:
env:
AWS_DEFAULT_REGION: us-west-2
run: |
./bin/deploy.sh --app-version ${{ env.THE_VERSION }} --tf-venue ${{ env.THE_ENV }} --lambda_container_image_uri ${{ env.REGISTRY }}/${{ github.repository }}:${{ env.THE_VERSION }}
./bin/deploy.sh --app-version ${{ env.THE_VERSION }} --tf-venue ${{ env.THE_ENV }} --lambda_container_image_uri ${{ steps.meta.outputs.tags }}

0 comments on commit 0ec8d56

Please sign in to comment.