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
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user