Skip to content

Commit

Permalink
Missing apostrophes
Browse files Browse the repository at this point in the history
  • Loading branch information
ris-tlp committed Feb 27, 2024
1 parent 7f7b762 commit c0809f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecrpush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
registry-type: public
- name: 'Build, tag, and push image to Amazon ECR'
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REGISTRY: '${{ steps.login-ecr.outputs.registry }}'
IMAGE_TAG: '${{ github.sha }}'
working-directory: api/
run: |
Expand Down

0 comments on commit c0809f4

Please sign in to comment.