From 72325591b758f2b9cf2b93bbf5624a0d492bc10d Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Mon, 28 Jul 2025 19:29:11 -0400 Subject: [PATCH] add GitHub Actions workflow for building and pushing Docker images --- .gitea/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 70e284a..8a0ba15 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -17,9 +17,10 @@ jobs: runs-on: ubuntu-latest steps: - name: 📖 🔍 Checkout Repository Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 1 + submodules: 'true' - name: 🔑 🔐 Login to Docker Hub uses: docker/login-action@v3