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

Latest commit

 

History

History
22 lines (17 loc) · 961 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 961 Bytes

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.