Warn user if input image and registry both have / (#39)

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
Divyanshu Agrawal 2021-04-22 21:57:32 +05:30 committed by GitHub
parent 6a46770abc
commit 984901b4bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 260 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: