e11community/Check Container Image Existence
Checks if a container image tag exists in its registry after logging in with docker/login-action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 3, 2025
- License
- None
Pinned Snippet
uses: e11community/image-exists@6eab0d04c306f6acc33310c30b5335ec25c58496 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | The full container image tag (e.g., ghcr.io/owner/image:tag) | yes | — |
Outputs
| name | description |
|---|---|
| exists | Whether the image exists |