Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tasks/scripts/gateway.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ ensure_podman_supervisor_image() {

echo "Building Podman supervisor sideload image (${supervisor_image})..."
require_mise
CONTAINER_ENGINE=podman IMAGE_TAG=dev mise run build:docker:supervisor-sideload
CONTAINER_ENGINE=podman IMAGE_TAG=dev mise run build:docker:supervisor

if ! podman image exists "${supervisor_image}" >/dev/null 2>&1; then
echo "ERROR: expected supervisor image '${supervisor_image}' after build" >&2
Expand Down
Loading