We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c876fe9 commit b0ba262Copy full SHA for b0ba262
1 file changed
.github/workflows/pre-merge.yml
@@ -203,7 +203,7 @@ jobs:
203
aws-region: us-west-2
204
- name: Login to Amazon ECR
205
if: ${{ env.PUBLISH == 'true' }}
206
- uses: aws-actions/amazon-ecr-login@376925c9d111252e87ae59691e5a442dd100ef6a # v2.1.3
+ uses: aws-actions/amazon-ecr-login@19d944daaa35f0fa1d3f7f8af1d3f2e5de25c5b7 # v2.1.4
207
with:
208
registries: "080137407410"
209
- if: ${{ env.PUBLISH == 'true'}}
0 commit comments