From 8b800c09fa4dd87270dea1aa20a7d6285ac95ed9 Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Sat, 10 Jun 2023 18:48:17 -0400 Subject: [PATCH] Correct push --- .gitea/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 5720554..e5d4ff9 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -14,7 +14,10 @@ jobs: apk --update add nodejs npm git - name: Check out repository code uses: actions/checkout@v3 - - env: + with: + submodules: recursive + - name: Print repository name + env: GITEA_REPO: ${{ gitea.repository }} run: echo "💡 The "$GITEA_REPO:" repository has been cloned to the runner." - name: Pass login information @@ -30,4 +33,4 @@ jobs: run: | cd "$GITEA_WORKSPACE" docker build -f Dockerfile -t rtj.dev:0.0.1 . - docker push http://192.168.1.100:3000/roland/rtj.dev:0.0.1 + docker push 192.168.1.100:3000/roland/rtj.dev:0.0.1