Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore: add import image scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlawr authored and shanewxy committed Nov 26, 2023
1 parent e665872 commit e9782ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,6 @@ jobs:
tag_name: ${{ steps.metadata.outputs.version }}
files: |
.dist/package/${{ matrix.target }}/${{ matrix.task }}/build/cli/*
hack/mirror/full_image_list.txt
hack/mirror/walrus-images.txt
hack/mirror/walrus-load-images.sh
hack/mirror/walrus-save-images.sh
4 changes: 2 additions & 2 deletions .github/workflows/mirror_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaults:
on:
push:
paths:
- "hack/mirror/mirror_image_list.txt"
- "hack/mirror/mirror-images.txt"
workflow_dispatch: {}

jobs:
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
echo "Mirror image $source_image to $target_image"
crane copy $source_image $target_image
done < ${{ github.workspace }}/hack/mirror/mirror_image_list.txt
done < ${{ github.workspace }}/hack/mirror/mirror-images.txt
File renamed without changes.
File renamed without changes.

0 comments on commit e9782ad

Please sign in to comment.