Skip to content

Commit

Permalink
feature: cisctl v1 [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: xiexianbin <me@xiexianbin.cn>
  • Loading branch information
xiexianbin committed Feb 17, 2024
1 parent b4bc0ab commit 4cf5514
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/registry.k8s.io-all-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout result branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: x-mirrors/gcr.io
ref: 'registry.k8s.io'
token: ${{ secrets.GITHUB_TOKEN }}
path: gcr.io

- name: Container Images Sync
uses: x-actions/python3-cisctl@feature/registry.k8s.io
uses: x-actions/python3-cisctl@feature/v2
env:
GIT_ORG: "x-mirrors"
GIT_REPO: "gcr.io"
GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SRC_IMAGE_LIST_URL: "https://raw.githubusercontent.com/x-mirrors/gcr.io/${{ github.ref_name }}/registry.k8s.io/all-repos.txt"
DEST_REPO: "docker.io/registryk8s"
SRC_TRANSPORT: "docker"
Expand Down

0 comments on commit 4cf5514

Please sign in to comment.