int128/wait-for-docker-image-action
Action to wait until Docker image is available
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: int128/wait-for-docker-image-action@d20c1594a5d981d672b913829de34abdfdb50ca8 # v1.26.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tags | Docker tags (multi-line string) | yes | — |
| expected-revision | expected Git revisions (multi-line string) | yes | ${{ github.sha }} ${{ github.event.pull_request.head.sha }} |
| timeout-seconds | timeout in seconds | yes | 600 |
| polling-seconds | polling interval in seconds | yes | 5 |
Outputs
no outputs