bisnow/Validate tag format and if tag/image exist
Validates git tag format, checks if git tag exists, check if image with tag exists
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 13, 2026
- License
- None
Pinned Snippet
uses: bisnow/github-actions-validate-release@7a313a681a9b88e97c81c438e7cd24ddf53cdd1a # v1.3.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Git/ image tag | yes | — |
| ECR_REGISTRY | ECR registry where image can be found | no | "" |
| aws-account | Aws account to assume | no | bisnow |
| aws-region | aws region where ECR repo is | no | us-east-1 |
| tag-release-workflow | Filename of the tag-release workflow to wait for | no | tag-release.yml |
| HARBOR_REGISTRY | Harbor registry where image can be found (e.g. harbor.bisnow.cloud/bisnow/my-service) | no | "" |
| only-harbor | Use only harbor, no ecr | no | false |
Outputs
no outputs