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:
2
.github/workflows/docker-image-linux.yml
vendored
2
.github/workflows/docker-image-linux.yml
vendored
@@ -2,7 +2,7 @@ name: Create and publish a Docker image for Linux
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*.*' # Run only when version tags are pushed
|
- 'v*.*' # Run only when version tags are pushed
|
||||||
workflow_dispatch: # Keep manual trigger for testing
|
workflow_dispatch: # Keep manual trigger for testing
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -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 "$@"
|
|
||||||
Reference in New Issue
Block a user