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 dbfe578 commit f247765Copy full SHA for f247765
.github/actions/build-push-image/action.yml
@@ -45,6 +45,8 @@ runs:
45
- name: Login to Amazon ECR
46
id: login-ecr
47
uses: aws-actions/[email protected]
48
+ with:
49
+ registry-type: ${{ inputs.registry_type }}
50
- name: get image tag
51
id: get-image-tag
52
run: |
@@ -55,8 +57,6 @@ runs:
55
57
ECR_REGISTRY: ${{ inputs.ecr_registry }}
56
58
ECR_REPOSITORY: ${{ inputs.ecr_repository }}
59
IMAGE_TAG: ${{ inputs.image_tag }}
- with:
- 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