bisnow/Find and tag most recent image
Finds most recent commit with image built and tags it with v* tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 9, 2026
- License
- None
Pinned Snippet
uses: bisnow/github-actions-tag-release@b2e4d64968bbf39f3cb3f26d0805f1315d9a234a # v1.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | v* tag to use when tagging image | yes | — |
| ECR_REGISTRY | AWS ECR registry where images are. Provide this OR HARBOR_REGISTRY. | no | "" |
| HARBOR_REGISTRY | Harbor registry where images are (e.g. harbor.bisnow.cloud/bisnow/my-service). Provide this OR ECR_REGISTRY. | no | "" |
| only-harbor | Use only Harbor, no ECR | no | false |
| aws-account | Aws account to assume | no | bisnow |
| aws-region | aws region where ECR repo is | no | us-east-1 |
| build-workflow | Filename of the build workflow to wait for | no | build.yml |
Outputs
| name | description |
|---|---|
| git_sha | Git SHA that was tagged |
| dev_tag | Dev or RC tag found |