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 5ebb955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
poetry_cache_enabled: 'false'

- id: get-image-uri
uses: moneymeets/action-ecs-deploy/custom-deploy-steps/get-image-uri@master
uses: moneymeets/action-ecs-deploy/custom-deploy-steps/get-image-uri@feature/MD-7491-improve-ecs-deploy
with:
ecr_repository: ${{ inputs.ecr_repository }}
aws_region: ${{ inputs.aws_region }}
Expand Down
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 5ebb955

Please sign in to comment.