Fix docker-run.sh to use fully-qualified image name
All checks were successful
Docker Build and Publish / Build Docker image and publish to Gitea (push) Successful in 52s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-07 12:53:57 -04:00
parent 12e52124d0
commit e0b435b00f

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail
IMAGE="usb-crash-cart"
IMAGE="git.sdgarren.com/scott/usb-crash-cart:latest"
# On Fedora with Wayland, XWayland provides X11 compatibility.
# DISPLAY is still set (e.g. :0 or :1) and /tmp/.X11-unix still exists.