Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Verify existence of image tag on Quay

Notifications You must be signed in to change notification settings

blendle/wercker-step-verify-quay-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quay.io image tag verification wercker status

Using this step, you can verify the existence of an image tag on Quay.io. The step will fail if the image tag does not exist, possibly preventing you from deploying an image that does not exist.

Example

deploy:
  steps:
  - blendle/verify-quay-tag:
    repository: blendle/true    # required, org/repo format
    tag: other                  # optional, defaults to "$WERCKER_GIT_COMMIT" or "latest"
    token: hello-world          # optional, for private repositories
    message: 4-oh-4!            # optional, printed failure message
    debug: true                 # optional, print debug information

License

The step is available as open source under the terms of the MIT License.

About

Verify existence of image tag on Quay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages