Обновить .gitea/workflows/builder.yaml
All checks were successful
Build toolchain image / Builder (push) Successful in 25m28s

This commit is contained in:
2025-02-17 23:27:28 +03:00
parent e3cab52606
commit 6f0923262e

View File

@@ -13,9 +13,9 @@ jobs:
# - run: dnf -y update
- run: dnf -y install dnf-plugins-core
# - run: dnf -y group install standard core hardware-support development-libs development-tools
- run: >-
dnf5 config-manager addrepo --from-repofile
https://download.docker.com/linux/fedora/docker-ce.repo
- run: >
dnf5 config-manager addrepo --from-repofile
https://download.docker.com/linux/fedora/docker-ce.repo
- run: dnf -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
- run: dnf -y install git
- run: git config --global url."https://${ACTIONS_RUNTIME_TOKEN}:x-oauth-basic@codex.r10x.net/".insteadOf "${GITHUB_SERVER_URL}"