From a2866366ce3b96c807d4481cedd7422396328d83 Mon Sep 17 00:00:00 2001 From: revlis44 Date: Mon, 8 Dec 2025 13:37:57 +0900 Subject: [PATCH] gitea-action test --- .gitea/workflows/main-build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/main-build.yml b/.gitea/workflows/main-build.yml index df46e82..6e1e5cb 100644 --- a/.gitea/workflows/main-build.yml +++ b/.gitea/workflows/main-build.yml @@ -8,6 +8,10 @@ jobs: build-and-push: runs-on: ubuntu-latest + container: + image: ci-maven-node:1.0 + options: >- + --add-host nexus.sayinfo.co.kr:10.1.20.50 steps: - name: Checkout uses: actions/checkout@v4