kyberorg/Wait for new image deployed to Harbor

Makes GET requests to Harbor server, looking for image with given tag and sha is already deployed.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 25, 2023
License
Public domain

Pinned Snippet

workflow.ymlSHA-pinned
uses: kyberorg/wait_for_harbor@30fc2354de1ccbe0a7372cac67b0560915d12db5 # v0.1.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
hostnameString with hostname, without schema and api path. Can include port as wellyes
schemaUse this if your Harbor instance is http only. Valid options are ‘http’ and ‘https’nohttps
robotFull name Robot or Username. Robot name must include autogenerated path as wellyes
tokenToken or password to access Harbor instanceyes
imageProjectHarbor project image located in. Part in between Harbor host and image repositoryyes
imageRepoImage Repository aka image nameyes
imageTagImage Tag we are waiting foryes
imageShaImage SHA256 to search for. Can be with or without sha256 prefixyes
timeoutTimeout in secondsno1m
intervalInterval between polling in secondsno2s

no outputs