We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5162c commit 4c80d4fCopy full SHA for 4c80d4f
.github/actions/build-push-image/action.yml
@@ -55,6 +55,8 @@ runs:
55
ECR_REGISTRY: ${{ inputs.ecr_registry }}
56
ECR_REPOSITORY: ${{ inputs.ecr_repository }}
57
IMAGE_TAG: ${{ inputs.image_tag }}
58
+ with:
59
+ registry-type: ${{ inputs.registry_type }}
60
shell: bash
61
- name: Build and push image to Amazon ECR
62
uses: docker/build-push-action@v6
0 commit comments