diff --git a/podman-ntfy/ci_build-images.sh b/podman-ntfy/ci_build-images.sh index 81d65dc..f2d9244 100755 --- a/podman-ntfy/ci_build-images.sh +++ b/podman-ntfy/ci_build-images.sh @@ -8,7 +8,7 @@ ensure_pwd_is_scriptdir ensure_not_root if ! podman image exists ${ntfy_image}:${ntfy_version}; then - TMPDIR=${HOME} podman image build -t "${ntfy_image}:${ntfy_version}" docker/ --build-arg NTFY_VERSION=${ntfy_version} || exit 1 + TMPDIR=${HOME} podman image build -t "${ntfy_image}:${ntfy_version}" container/ --build-arg NTFY_VERSION=${ntfy_version} || exit 1 podman image prune -a -f --filter dangling=true podman image prune -a -f --filter intermediate=true podman image rm -f $(podman image list -a -q -- docker.io/library/golang) diff --git a/podman-ntfy/docker/Dockerfile b/podman-ntfy/container/Containerfile similarity index 100% rename from podman-ntfy/docker/Dockerfile rename to podman-ntfy/container/Containerfile