fix: CI workflow - remove container override, use actions/checkout@v4 #2

Merged
rock merged 2 commits from fix/ci-container-override into main 2026-09-07 05:48:26 +00:00
Showing only changes of commit 15882869fa - Show all commits
+3
View File
@@ -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"