[no ci] Enable cron copy of large images
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user