diff --git a/.github/workflows/copy-full-image.yml b/.github/workflows/copy-full-image.yml index 239ea29..6b642c5 100644 --- a/.github/workflows/copy-full-image.yml +++ b/.github/workflows/copy-full-image.yml @@ -26,11 +26,11 @@ jobs: max-parallel: 1 matrix: copy: - - src: ghcr.io/christopherhx/runner-images:ubuntu22-runner-usr-local-opt-snap-${{ input.version }} + - src: ghcr.io/christopherhx/runner-images:ubuntu22-runner-usr-local-opt-snap-${{ inputs.version }} dest: full-latest - - src: ghcr.io/christopherhx/runner-images:ubuntu22-runner-usr-local-opt-snap-${{ input.version }} + - src: ghcr.io/christopherhx/runner-images:ubuntu22-runner-usr-local-opt-snap-${{ inputs.version }} dest: full-22.04 - - src: ghcr.io/christopherhx/runner-images:ubuntu20-runner-usr-local-opt-snap-${{ input.version }} + - src: ghcr.io/christopherhx/runner-images:ubuntu20-runner-usr-local-opt-snap-${{ inputs.version }} dest: full-20.04 steps: - name: Force SLUG to lowercase