fix: CI workflow - remove container override, use actions/checkout@v4 #2
@@ -15,6 +15,9 @@ jobs:
|
|||||||
REGISTRY: forgejo.riotpiao.com
|
REGISTRY: forgejo.riotpiao.com
|
||||||
IMAGE: forgejo.riotpiao.com/rock/poimen-workflows
|
IMAGE: forgejo.riotpiao.com/rock/poimen-workflows
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Node.js and Docker for actions runtime
|
||||||
|
run: apt-get update && apt-get install -y nodejs docker.io
|
||||||
|
|
||||||
- name: Configure git authentication
|
- name: Configure git authentication
|
||||||
run: |
|
run: |
|
||||||
git config --global url."https://oauth2:${{ secrets.REGISTRY_PAT }}@forgejo.riotpiao.com".insteadOf "https://forgejo.riotpiao.com"
|
git config --global url."https://oauth2:${{ secrets.REGISTRY_PAT }}@forgejo.riotpiao.com".insteadOf "https://forgejo.riotpiao.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user