You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test -n "$GENERATED_TAGS"&& for tag in $GENERATED_TAGS; do
123
-
podman tag "${target_image}:${tag}""${target_image}:${tag}"
124
-
done || :
108
+
bash ./build.sh
125
109
126
110
# Command: _rootful_load_image
127
111
# Description: This script checks if the current user is root or running under sudo. If not, it attempts to resolve the image tag using podman inspect.
0 commit comments