update docker file

This commit is contained in:
2025-09-09 15:07:53 -04:00
parent 679d2facae
commit f8f5f95a34
2 changed files with 22 additions and 19 deletions
+5
View File
@@ -15,6 +15,9 @@ jobs:
run: |
echo "Current workspace: $(pwd)"
# Clean workspace first
rm -rf * .git* 2>/dev/null || true
# Clone the repository since Gitea runner doesn't auto-checkout
echo "Cloning repository..."
git clone https://gitea.skalas.org/jskala/NFOguard.git /tmp/repo
@@ -24,6 +27,8 @@ jobs:
echo "Repository cloned successfully"
ls -la
echo "Checking Dockerfile:"
head -30 Dockerfile
- name: Check Docker availability
run: |