Skip to content

Commit

Permalink
Update mirror-porter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
myifeng authored Apr 10, 2024
1 parent e800be4 commit e14ffd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror-porter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Copy image
id: pull-push
run: |
docker run quay.io/skopeo/stable:latest copy -a --preserve-digests --remove-signatures --multi-arch all --dest-username ${{ secrets.DOCKERHUB_USERNAME }} --dest-password ${{ secrets.DOCKERHUB_PASSWORD }} docker://${{ steps.generate_image_name.outputs.source_image }} docker://${{ steps.generate_image_name.outputs.target_image }}
docker run quay.io/skopeo/stable:latest copy -a --preserve-digests --remove-signatures --dest-username ${{ secrets.DOCKERHUB_USERNAME }} --dest-password ${{ secrets.DOCKERHUB_PASSWORD }} docker://${{ steps.generate_image_name.outputs.source_image }} docker://${{ steps.generate_image_name.outputs.target_image }}
- name: Close issue by success
uses: actions-cool/issues-helper@v3
if: always() && steps.pull-push.outcome == 'success'
Expand Down

0 comments on commit e14ffd1

Please sign in to comment.