Compare commits
7 Commits
0.0.43-pok
...
0.0.49-pok
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ec137bb2f | |||
| 67449229c2 | |||
| b071c56b0b | |||
| 3ed1f871f0 | |||
| b1b247eae2 | |||
| 9c702d6a93 | |||
| 12d1e41abe |
@@ -30,9 +30,14 @@ 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.PACKAGE_RW }}@${{ 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"
|
||||
|
||||
Reference in New Issue
Block a user