Skip to content

Commit 5a27f0f

Browse files
feat: add registry type (#257)
* feat: add registry type * fix: remove incorrect paramaters * fix: param usage * chore: update datavisyn/github-action-trigger-workflow * fix: add param * Add registry type inputs * Revert * Remove unused registry type (as ours will always be private) --------- Co-authored-by: dvvanessastoiber <[email protected]>
1 parent e5c6090 commit 5a27f0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-docker-artifacts-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,5 @@ jobs:
110110
destination_aws_region: ${{ steps.get-aws-image-config.outputs.aws_region }}
111111
destination_aws_access_key_id: ${{ steps.get-aws-image-config.outputs.aws_access_key_id }}
112112
destination_aws_secret_access_key: ${{ steps.get-aws-image-config.outputs.aws_secret_access_key }}
113+
destination_ecr_registry_type: ${{ steps.get-aws-image-config.outputs.ecr_registry_type }}
113114
destination_images: ${{ fromJson(steps.get-customer.outputs.result).destination_images }}

0 commit comments

Comments
 (0)