This commit is contained in:
parent
c478804d89
commit
351f4ea824
3 changed files with 3 additions and 4 deletions
|
@ -9,7 +9,7 @@ These images is cached on action runner machines and is able to run most of the
|
|||
|
||||
## FAQ
|
||||
|
||||
### Can I see those images as alternatives of GitHub's [actions/runner-images]?
|
||||
### Can I see those images as alternatives of GitHub's [actions/runner-images](https://github.com/actions/runner-images)?
|
||||
|
||||
Yes, mostly. We are working on catching up the software list on their repo, and many tools are already included in our images, but be attention that we took a different approach to install softwares (at least for now).
|
||||
|
||||
|
|
|
@ -61,4 +61,4 @@ container:
|
|||
|
||||
### Building Container Images
|
||||
|
||||
This images configured buildah to be correctly run under a container. You can use [The workflow of this project](./.forgejo/workflows/build-fedora-40.yml) as an example.
|
||||
This images configured buildah to be correctly run under a container. You can use [The workflow of this project](../.forgejo/workflows/build-fedora-40.yml) as an example.
|
||||
|
|
|
@ -92,5 +92,4 @@ container:
|
|||
|
||||
### Building Container Images
|
||||
|
||||
This images configured buildah to be correctly run under a container. You can use [The workflow of this project](./.forgejo/workflows/build-fedora-40.yml) as an example.
|
||||
|
||||
This images configured buildah to be correctly run under a container. You can use [The workflow of this project](../.forgejo/workflows/build-fedora-40.yml) as an example.
|
||||
|
|
Loading…
Reference in a new issue