asml-actions/Get latest image tag from Artifactory
load the last updated image tag from Artifactory (excluding the 'latest' tag)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ARTIFACTORY_URL | Url to the Artifactory server, including https | yes | — |
| REPO_KEY | Key of the Artifactory repository to search in | yes | — |
| IMAGE_NAME | Name of the image to get the latest tag for | yes | — |
| ARTIFACTORY_TOKEN | API token to load the data with | yes | — |
| PREFIX | Filter the tags with this prefix before returning the last updated tag | no | — |
Outputs
| name | description |
|---|---|
| tag | The value of the last tag that was updated |