Compare commits
3 Commits
0.0.51-pok
...
0.0.54-pok
| Author | SHA1 | Date | |
|---|---|---|---|
| 03e83f50d9 | |||
| 0d3e6c93f4 | |||
| 6b5d769805 |
@@ -17,7 +17,7 @@ jobs:
|
|||||||
# container: debian:bullseye
|
# container: debian:bullseye
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
# container: node:16-bullseye
|
# container: node:16-bullseye
|
||||||
runs-on: debian-bullseye-node
|
runs-on: ubuntu-runner
|
||||||
container:
|
container:
|
||||||
image: docker
|
image: docker
|
||||||
# container:
|
# container:
|
||||||
@@ -30,14 +30,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Show Information
|
- name: Show Information
|
||||||
run: echo "Runner ${{ runner.os }} working on repository ${{ gitea.repository }} and on tag ${{ gitea.ref_name }}"
|
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
|
- name: clone & build
|
||||||
run: |
|
run: |
|
||||||
|
git clone https://${{ secrets.REPOSITORY_RW }}:x-oauth-basic@${{ vars.REGISTRY_DOCKER }}/${{ vars.GIT_USER_REPO }}/${{ env.GIT_REPO }}
|
||||||
cd ${{ env.GIT_REPO }}
|
cd ${{ env.GIT_REPO }}
|
||||||
pwd
|
pwd
|
||||||
echo "sed -i "s/^FROM .*/FROM node:18/" /workspace/${{ vars.GIT_USER_REPO }}/gitea-runner/${{ env.GIT_REPO }}/Dockerfile"
|
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