We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bdeb7c commit e132172Copy full SHA for e132172
.github/actions/pack/action.yml
@@ -86,7 +86,7 @@ runs:
86
87
- name: Login to Amazon ECR
88
id: login-ecr
89
- uses: aws-actions/amazon-ecr-login@c962da2960ed15f492addc26fffa274485265950 # v2.0.2
+ uses: aws-actions/amazon-ecr-login@261fc3d4806db1fa66a15cc11113c456db8870a7 # v2.1.0
90
91
- name: Login to Docker Hub
92
if: ${{ inputs.enable_dockerhub == 'true' && inputs.dockerhub_username && inputs.dockerhub_token }}
0 commit comments