Skip to content

Commit 9e5162c

Browse files
fix: remove incorrect paramaters
1 parent 9ba5f76 commit 9e5162c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/actions/build-push-image/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ runs:
4242
with:
4343
role-to-assume: ${{ inputs.aws_role }}
4444
aws-region: ${{ inputs.aws_region }}
45-
registry-type: ${{ inputs.registry_type }}
4645
- name: Login to Amazon ECR
4746
id: login-ecr
4847
uses: aws-actions/[email protected]

.github/actions/get-ecr-scan-result/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ runs:
5151
with:
5252
role-to-assume: ${{ inputs.aws_role }}
5353
aws-region: ${{ inputs.aws_region }}
54-
registry-type: ${{ inputs.registry_type }}
5554
- name: Login to Amazon ECR
5655
id: login-ecr
5756
uses: aws-actions/[email protected]

.github/actions/retag-image/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ runs:
3131
with:
3232
role-to-assume: ${{ inputs.aws_role }}
3333
aws-region: ${{ inputs.aws_region }}
34-
registry-type: ${{ inputs.registry_type }}
3534
- name: Login to Amazon ECR
3635
id: login-ecr
3736
uses: aws-actions/[email protected]

0 commit comments

Comments
 (0)