guardian/Guardian Publish Image
Tag and push a Docker image to Amazon ECR and return its image digest.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| roleArn | The ARN of the role to assume to push the image. | yes | — |
| branchName | The name of the branch being built. Will be used as an image tag. | yes | — |
| buildNumber | The number of this build. Will be used as an image tag. | yes | — |
| commitSha | The SHA of the commit being built. Will be used as an image tag. | yes | — |
| imageName | The name of the image to push. Defaults to the repository name. | no | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| imageDigest | The immutable digest of the pushed image. |