Wait for image tag on Quay.io
The action doesn't require any specific permission.
permissions: {}| Input | Description | Default |
|---|---|---|
| token | Quay.io authorization token | |
| image | Image name with the tag (or multiple) | |
| interval | Time interval in seconds with which to check for the image tag | "30" |
| limit | Polling time limit in seconds after which to fail if no image found | "2400" |
Authorization token for accessing Quay.io API.
Default value: unset
Image name with the tag or multiple in which case they should be whitespace- or newline-separated.
Example: "rhacs-eng/main:3.76.1 rhacs-eng/operator:3.76.1"
Default value: unset
Time interval in seconds with which to check for the image tag.
Default value: "30"
Polling time limit in seconds after which to fail if no image found.
Default value: "2400"
name: Wait for main:3.72.3 to appear on Quay.io
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: stackrox/actions/release/wait-for-image@main
with:
token: ${{ secrets.QUAY_BEARER_TOKEN }}
image: rhacs-eng/main:3.75.3