Update ubuntu-latest to 24.04
This commit is contained in:
parent
9ba49b1bb7
commit
c49ae7b783
3 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ This repository contains a few configuration files for the CTBK Forgejo Actions
|
||||||
|
|
||||||
We provide a few containers for you to use:
|
We provide a few containers for you to use:
|
||||||
|
|
||||||
- `ubuntu-latest`: A container [provided by `catthehacker`](https://ghcr.io/catthehacker/ubuntu:act-22.04) that mostly mimics the GitHub `ubuntu-latest` runner. Use this if you simply want to run CI based on existing GitHub Actions configurations. While compatibility is not guaranteed (please read the [Forgejo Actions documentation](https://forgejo.org/docs/latest/user/actions/) either way), we’re certain it will just work in most cases.
|
- `ubuntu-latest`: A container [provided by `catthehacker`](https://ghcr.io/catthehacker/ubuntu:act-24.04) that mostly mimics the GitHub `ubuntu-latest` runner. Use this if you simply want to run CI based on existing GitHub Actions configurations. While compatibility is not guaranteed (please read the [Forgejo Actions documentation](https://forgejo.org/docs/latest/user/actions/) either way), we’re certain it will just work in most cases.
|
||||||
- `alpine`: The `alpine:latest` (aka. `edge`) container, which is the official Alpine container. Use this container if you’re writing a new action. It is fast and small :)
|
- `alpine`: The `alpine:latest` (aka. `edge`) container, which is the official Alpine container. Use this container if you’re writing a new action. It is fast and small :)
|
||||||
- `alpine-latex`: An Alpine container with most TeX Live utilities preinstalled. This container is built from our [Containerfile](Containerfile.alpine-latex) once per week. Use this if you need to build LaTeX files (ideally with XeTeX) -- it saves a lot of CI time.
|
- `alpine-latex`: An Alpine container with most TeX Live utilities preinstalled. This container is built from our [Containerfile](Containerfile.alpine-latex) once per week. Use this if you need to build LaTeX files (ideally with XeTeX) -- it saves a lot of CI time.
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ done
|
||||||
|
|
||||||
# extra container tags and pushes for things that we don’t build, but need
|
# extra container tags and pushes for things that we don’t build, but need
|
||||||
podman tag data.forgejo.org/oci/alpine:latest git.ctbk.de/infra/alpine:latest
|
podman tag data.forgejo.org/oci/alpine:latest git.ctbk.de/infra/alpine:latest
|
||||||
podman tag ghcr.io/catthehacker/ubuntu:act-22.04 git.ctbk.de/infra/ubuntu:act-22.04
|
podman tag ghcr.io/catthehacker/ubuntu:act-24.04 git.ctbk.de/infra/ubuntu:act-24.04
|
||||||
|
|
||||||
podman push git.ctbk.de/infra/alpine:latest
|
podman push git.ctbk.de/infra/alpine:latest
|
||||||
podman push git.ctbk.de/infra/ubuntu:act-22.04
|
podman push git.ctbk.de/infra/ubuntu:act-24.04
|
||||||
|
|
|
@ -37,7 +37,7 @@ runner:
|
||||||
# The labels of a runner are used to determine which jobs the runner can run, and how to run them.
|
# The labels of a runner are used to determine which jobs the runner can run, and how to run them.
|
||||||
# If it's empty when registering, it will ask for inputting labels.
|
# If it's empty when registering, it will ask for inputting labels.
|
||||||
# Remember to delete .runner when you modify this, otherwise the new labels will not get applied!
|
# Remember to delete .runner when you modify this, otherwise the new labels will not get applied!
|
||||||
labels: ["ubuntu-latest:docker://git.ctbk.de/infra/ubuntu:act-22.04", "alpine:docker://git.ctbk.de/infra/alpine:latest", "alpine-latex:docker://git.ctbk.de/infra/alpine-latex:latest"]
|
labels: ["ubuntu-latest:docker://git.ctbk.de/infra/ubuntu:act-24.04", "alpine:docker://git.ctbk.de/infra/alpine:latest", "alpine-latex:docker://git.ctbk.de/infra/alpine-latex:latest"]
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
# Enable cache server to use actions/cache.
|
# Enable cache server to use actions/cache.
|
||||||
|
|
Loading…
Add table
Reference in a new issue