Обновить .gitea/workflows/builder.yaml
All checks were successful
Build toolchain image / Builder (push) Successful in 20m39s
All checks were successful
Build toolchain image / Builder (push) Successful in 20m39s
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
name: Build toolchain image
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -12,11 +11,7 @@ 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
|
||||
- run: >
|
||||
dnf5 config-manager addrepo --from-repofile
|
||||
https://download.docker.com/linux/fedora/docker-ce.repo
|
||||
|
||||
Reference in New Issue
Block a user