Skip to content

Commit

Permalink
hardcoded image hash - don't merge with this comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IamAbbey committed Aug 16, 2024
1 parent 467eaf7 commit f607e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-deploy-steps/get-image-uri/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
shell: bash
id: get-image-uri
run: |
imageTag=master-${{ github.sha }}
imageTag=master-91c39a938ac1759b7988bee7c22d9750d918cc6d
IMAGE_TAGS=$(
aws ecr describe-images \
--repository-name ${{ inputs.ecr_repository }} \
Expand Down

0 comments on commit f607e66

Please sign in to comment.