Skip to content

Commit

Permalink
Merge pull request #125 from unboxed/fix-missing-word
Browse files Browse the repository at this point in the history
Fix missing word
  • Loading branch information
EGiataganas authored Aug 11, 2023
2 parents d7a9caa + 805482f commit 79e2762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: paapi/${{ inputs.environment-name }}
IMAGE_TAG: ${{ steps.image_tag.outputs.sha }}
IMAGE_TAG: ${{ steps.github.outputs.sha }}
run: |
# Build a docker container and
# push it to ECR so that it can
Expand Down

0 comments on commit 79e2762

Please sign in to comment.