Skip to content

Commit

Permalink
chore: change skopeo job name
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Dec 12, 2024
1 parent ebb5b7c commit fe88e6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/skopeo-sync-images-aliyun-and-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ env:
ECR_PASSWORD: ${{ secrets.ECR_PASSWORD }}

jobs:
script:
skopeo:
runs-on: macos-latest
strategy:
matrix:
registry: [ docker.io, apecloud-registry.cn-zhangjiakou.cr.aliyuncs.com ]
steps:
- uses: actions/checkout@v4
- name : skopeo sync images
- name: install skopeo
run: |
brew install skopeo
skopeo sync -h
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/skopeo-sync-images-aliyun-to-aliyun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ env:
ALIYUN_PASSWORD_NEW: ${{ secrets.ALIYUN_PASSWORD_NEW }}

jobs:
script:
skopeo:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name : skopeo sync images
- name: install skopeo
run: |
brew install skopeo
skopeo sync -h
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/skopeo-sync-images-aliyun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ env:
ECR_PASSWORD: ${{ secrets.ECR_PASSWORD }}

jobs:
script:
skopeo:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: skopeo sync images
- name: install skopeo
run: |
brew install skopeo
skopeo sync -h
Expand Down

0 comments on commit fe88e6a

Please sign in to comment.