jppol-idp/deploy-ecr
tags and pushes containers to JP/Politikens Hus IDP ECR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 7, 2026
- License
- MIT
Pinned Snippet
uses: jppol-idp/tag-and-push-ecr@836010204ce0af876873b46acb7f4cd452d4e2eb # v1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source_tag | Source tag or hash to use. | yes | — |
| image_name | The image name. Will be appended to namespace. | yes | — |
| image_tags | A space separated list of desired tags. Repository name etc will be prepended. | yes | — |
| docker_folder | When building the action will step into this folder and run a docker build command. | no | . |
| namespace | The namespace or prefix to use. Final image name will be a composite of this and the image name joined by a slash. | yes | — |
| ecr_account_id | The account id to push to. For internal use at jppol default value should be used. | no | 354918371398 |
| aws_region | For internal use at jppol default value should be used. | no | eu-west-1 |
Outputs
| name | description |
|---|---|
| fully_qualified_name | — |