Skip to content

Commit

Permalink
Update docker-sync.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yaming116 authored Jun 11, 2024
1 parent a428eb7 commit b47bdbb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docker-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
echo "src=${src}" >> "$GITHUB_ENV"
echo "dist=${dist}" >> "$GITHUB_ENV"
# - name: Copy beta to ECR
# uses: truemark/skopeo-copy-action@v1
# with:
# src-image: "docker://$src"
# dest-image: "docker://$dist"
# dest-username: "${{ secrets.ALIYUN_REGISTRY_USER }}"
# dest-password: "${{ secrets.ALIYUN_REGISTRY_PASSWORD }}"
# multi-arch: "all"
- name: Copy beta to ECR
uses: truemark/skopeo-copy-action@v1
with:
src-image: "docker://${{src}}"
dest-image: "docker://${{dist}}"
dest-username: "${{ secrets.ALIYUN_REGISTRY_USER }}"
dest-password: "${{ secrets.ALIYUN_REGISTRY_PASSWORD }}"
multi-arch: "all"
- name: 'notify'
run: |
echo "src=${src}"
Expand Down

0 comments on commit b47bdbb

Please sign in to comment.