Warn user if input image and registry both has "/" in it's name

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-04-22 12:06:26 +05:30
parent 6a46770abc
commit e4fe453aaf
10 changed files with 258 additions and 123 deletions

View file

@ -5,7 +5,7 @@ on:
- '**.md'
pull_request:
paths:
-'**.md'
- '**.md'
schedule:
- cron: '0 0 * * *' # every day at midnight

View file

@ -9,6 +9,7 @@ env:
IMAGE_NAME: myimage
IMAGE_TAG: v1
IMAGE_REGISTRY: quay.io
STORAGE_OPTS: "overlay.mount_program=/usr/bin/fuse-overlayfs"
jobs:
build-only-podman: