[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: inputs:
version: version:
type: string type: string
default: 20230903.1.0 default: latest
schedule:
- cron: 0 12 */7 * *
env: env:
SLUG: ${{ github.repository_owner }}/ubuntu SLUG: ${{ github.repository_owner }}/ubuntu
@@ -26,11 +28,11 @@ jobs:
max-parallel: 1 max-parallel: 1
matrix: matrix:
copy: 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 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 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 dest: full-20.04
steps: steps:
- name: Force SLUG to lowercase - name: Force SLUG to lowercase