[no ci] Enable cron copy of large images

This commit is contained in:
ChristopherHX
2023-09-17 21:33:52 +02:00
committed by GitHub
parent 82f2213512
commit 33b4c4bea8
+6 -4
View File
@@ -5,7 +5,9 @@ on:
inputs:
version:
type: string
default: 20230903.1.0
default: latest
schedule:
- cron: 0 12 */7 * *
env:
SLUG: ${{ github.repository_owner }}/ubuntu
@@ -26,11 +28,11 @@ jobs:
max-parallel: 1
matrix:
copy:
- src: ghcr.io/christopherhx/runner-images:ubuntu22-runner-usr-local-opt-snap-${{ inputs.version }}
- src: ghcr.io/christopherhx/runner-images:ubuntu22-runner-large-${{ inputs.version || 'latest' }}
dest: full-latest
- src: ghcr.io/christopherhx/runner-images:ubuntu22-runner-usr-local-opt-snap-${{ inputs.version }}
- src: ghcr.io/christopherhx/runner-images:ubuntu22-runner-large-${{ inputs.version || 'latest' }}
dest: full-22.04
- src: ghcr.io/christopherhx/runner-images:ubuntu20-runner-usr-local-opt-snap-${{ inputs.version }}
- src: ghcr.io/christopherhx/runner-images:ubuntu20-runner-large-${{ inputs.version || 'latest' }}
dest: full-20.04
steps:
- name: Force SLUG to lowercase