This commit is contained in:
@@ -18,6 +18,6 @@ jobs:
|
|||||||
./build.sh all
|
./build.sh all
|
||||||
- name: Build and Push amd64 + arm64 Docker image to the registry
|
- name: Build and Push amd64 + arm64 Docker image to the registry
|
||||||
run: |
|
run: |
|
||||||
./.gitea_runner/publish.sh
|
./.runner/publish.sh
|
||||||
|
|
||||||
|
|
||||||
|
@@ -39,6 +39,7 @@ if [ ! -f "${LOCALCONFIG}" ]; then
|
|||||||
echo "PWD = $(pwd)"
|
echo "PWD = $(pwd)"
|
||||||
echo "SCRIPT_DIR = ${SCRIPT_DIR}"
|
echo "SCRIPT_DIR = ${SCRIPT_DIR}"
|
||||||
ls -la "${SCRIPT_DIR}"
|
ls -la "${SCRIPT_DIR}"
|
||||||
|
ls -la "${SCRIPT_DIR}/.test-docker"
|
||||||
echo "Config file not found: ${LOCALCONFIG}"
|
echo "Config file not found: ${LOCALCONFIG}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user