Обновить .gitea/workflows/builder.yaml
Some checks failed
Build toolchain image / Builder (push) Failing after 15s
Some checks failed
Build toolchain image / Builder (push) Failing after 15s
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
name: Build toolchain image
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Builder:
|
||||
@@ -10,6 +12,8 @@ jobs:
|
||||
env:
|
||||
IMAGE_NAME: registry.r10x/toolchain
|
||||
steps:
|
||||
- name: Пунь
|
||||
uses: https://codex.r10x.net/actions/tools@master
|
||||
# - run: dnf -y update
|
||||
- run: dnf -y install dnf-plugins-core
|
||||
# - run: dnf -y group install standard core hardware-support development-libs development-tools
|
||||
@@ -17,7 +21,7 @@ jobs:
|
||||
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: docker pull fedora:41
|
||||
- run: docker pull fedora:42
|
||||
- run: dnf -y install git
|
||||
- run: git config --global url."https://${ACTIONS_RUNTIME_TOKEN}:x-oauth-basic@codex.r10x.net/".insteadOf "${GITHUB_SERVER_URL}"
|
||||
- run: git clone ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY} ${PWD}
|
||||
|
||||
Reference in New Issue
Block a user