From ce3a0455a31bc5f4a851ae860e8ba4215098e746 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 30 May 2025 19:39:14 +1200 Subject: [PATCH] :-'Generic Commit' --- .gitea/workflows/buildtestpublish.yaml | 2 +- {.gitea_runner => .runner}/publish.sh | 0 test-docker.sh | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) rename {.gitea_runner => .runner}/publish.sh (100%) diff --git a/.gitea/workflows/buildtestpublish.yaml b/.gitea/workflows/buildtestpublish.yaml index b132905..7b8f0d3 100644 --- a/.gitea/workflows/buildtestpublish.yaml +++ b/.gitea/workflows/buildtestpublish.yaml @@ -18,6 +18,6 @@ jobs: ./build.sh all - name: Build and Push amd64 + arm64 Docker image to the registry run: | - ./.gitea_runner/publish.sh + ./.runner/publish.sh diff --git a/.gitea_runner/publish.sh b/.runner/publish.sh similarity index 100% rename from .gitea_runner/publish.sh rename to .runner/publish.sh diff --git a/test-docker.sh b/test-docker.sh index f4ea1bb..2dcc7f7 100755 --- a/test-docker.sh +++ b/test-docker.sh @@ -39,6 +39,7 @@ if [ ! -f "${LOCALCONFIG}" ]; then echo "PWD = $(pwd)" echo "SCRIPT_DIR = ${SCRIPT_DIR}" ls -la "${SCRIPT_DIR}" + ls -la "${SCRIPT_DIR}/.test-docker" echo "Config file not found: ${LOCALCONFIG}" exit 1 fi