Compare commits

...

5 Commits

Author SHA1 Message Date
03e83f50d9 [ubuntu] 2025-05-13 22:37:19 +02:00
0d3e6c93f4 [ubuntu] 2025-05-13 22:31:09 +02:00
6b5d769805 [switch ubuntu to debian node] 2025-05-13 22:29:16 +02:00
f70a3020fa [switch ubuntu to debian node] 2025-05-13 22:27:40 +02:00
817640601b [aller la] 2025-05-13 22:26:09 +02:00

View File

@@ -30,14 +30,9 @@ jobs:
steps:
- name: Show Information
run: echo "Runner ${{ runner.os }} working on repository ${{ gitea.repository }} and on tag ${{ gitea.ref_name }}"
- name: Git clone private repository
uses: actions/checkout@v3
with:
repository: ${{ vars.GIT_USER_REPO }}/${{ env.GIT_REPO }}
ref: main
token: ${{ secrets.REPOSITORY_RW }}
- name: clone & build
run: |
git clone https://${{ secrets.REPOSITORY_RW }}:x-oauth-basic@${{ vars.REGISTRY_DOCKER }}/${{ vars.GIT_USER_REPO }}/${{ env.GIT_REPO }}
cd ${{ env.GIT_REPO }}
pwd
echo "sed -i "s/^FROM .*/FROM node:18/" /workspace/${{ vars.GIT_USER_REPO }}/gitea-runner/${{ env.GIT_REPO }}/Dockerfile"