refactor: update version tag pattern and remove unused entrypoint script

Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
This commit is contained in:
Stephen Simpson
2025-04-29 11:24:38 -07:00
parent df80a13fa0
commit a4028d3b44
2 changed files with 1 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ name: Create and publish a Docker image for Linux
on:
push:
tags:
- 'v*.*.*' # Run only when version tags are pushed
- 'v*.*' # Run only when version tags are pushed
workflow_dispatch: # Keep manual trigger for testing
env:

View File

@@ -1,7 +0,0 @@
#!/bin/sh
# Set terminal type
export TERM=xterm-256color
# Run xsos with all arguments passed to the container
/usr/bin/speedtest --accept-license "$@"