This commit is contained in:
2025-05-13 22:17:09 +02:00
parent 12d1e41abe
commit 9c702d6a93
2 changed files with 2 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ jobs:
run: echo "Runner ${{ runner.os }} working on repository ${{ gitea.repository }} and on tag ${{ gitea.ref_name }}"
- name: clone & build
run: |
git clone https://${{ secrets.PACKAGE_RW }}@${{ vars.REGISTRY_DOCKER }}/${{ vars.GIT_USER_REPO }}/${{ env.GIT_REPO }}.git
git clone https://${{ secrets.PACKAGE_RW }}:${{ vars.GIT_USER_REPO }}@${{ vars.REGISTRY_DOCKER }}/${{ vars.GIT_USER_REPO }}/${{ env.GIT_REPO }}.git
cd ${{ env.GIT_REPO }}
pwd
echo "sed -i "s/^FROM .*/FROM node:18/" /workspace/${{ vars.GIT_USER_REPO }}/gitea-runner/${{ env.GIT_REPO }}/Dockerfile"

1
gitea-runner Submodule

Submodule gitea-runner added at 12d1e41abe