add full 24.04

This commit is contained in:
ChristopherHX
2024-05-20 16:11:35 +02:00
committed by GitHub
parent 04925419f6
commit 841d775b73
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -30,6 +30,8 @@ jobs:
copy:
- src: ghcr.io/christopherhx/runner-images:ubuntu22-runner-large-${{ inputs.version || 'latest' }}
dest: full-latest
- src: ghcr.io/christopherhx/runner-images:ubuntu24-runner-large-${{ inputs.version || 'latest' }}
dest: full-24.04
- src: ghcr.io/christopherhx/runner-images:ubuntu22-runner-large-${{ inputs.version || 'latest' }}
dest: full-22.04
- src: ghcr.io/christopherhx/runner-images:ubuntu20-runner-large-${{ inputs.version || 'latest' }}
+2 -1
View File
@@ -21,7 +21,8 @@
- You can verify if the Image is still updated regulary by inspecting the dates in `docker buildx imagetools inspect catthehacker/ubuntu:full-latest --format "{{ json . }}"`
- The friendly tag name version in the output can be looked up here https://github.com/actions/runner-images/releases to find out more about the sources
- available tags are
- `ghcr.io/catthehacker/ubuntu:full-latest`
- `ghcr.io/catthehacker/ubuntu:full-latest` (aka `full-22.04`)
- `ghcr.io/catthehacker/ubuntu:full-24.04` (beta image)
- `ghcr.io/catthehacker/ubuntu:full-22.04`
- `ghcr.io/catthehacker/ubuntu:full-20.04` (Updated as long ubuntu-20.04 free public GitHub Hosted Runners are available)