Skip to content

Commit 4c80d4f

Browse files
fix: param usage
1 parent 9e5162c commit 4c80d4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ runs:
5555
ECR_REGISTRY: ${{ inputs.ecr_registry }}
5656
ECR_REPOSITORY: ${{ inputs.ecr_repository }}
5757
IMAGE_TAG: ${{ inputs.image_tag }}
58+
with:
59+
registry-type: ${{ inputs.registry_type }}
5860
shell: bash
5961
- name: Build and push image to Amazon ECR
6062
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)