diff --git a/.github/workflows/docker-image-linux.yml b/.github/workflows/docker-image-linux.yml index ae396a7..d13263b 100644 --- a/.github/workflows/docker-image-linux.yml +++ b/.github/workflows/docker-image-linux.yml @@ -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: diff --git a/entrypoint.sh b/entrypoint.sh deleted file mode 100644 index c91d1ce..0000000 --- a/entrypoint.sh +++ /dev/null @@ -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 "$@" \ No newline at end of file