mirror of
https://github.com/containers/skopeo.git
synced 2025-10-22 03:24:25 +00:00
The containers/image CI setup reuses the runner script from this repo to execute the skopeo tests. However, an env. var. is being taken out of context in that environment, leading to failure. Fix this by hard-coding an image-name which will always be available in both environments. Signed-off-by: Chris Evich <cevich@redhat.com>