Skip to content

Commit

Permalink
Update sync_docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zouzonghao authored Dec 17, 2024
1 parent 313d724 commit 98590c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sync_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:

- name: Append docker pull command to image_list.txt
run: |
cd private-repo
git pull --rebase https://x-access-token:${{ secrets.S_TOKEN }}@github.com/${{ secrets.S_REPO }}.git main
echo "docker pull $target_docker_image" >> private-repo/image_list.txt
env:
target_docker_image: ${{ secrets.ALIYUN_REGISTRY }}/${{ secrets.ALIYUN_NAME_SPACE }}/${{ matrix.images.target }}
Expand Down

0 comments on commit 98590c8

Please sign in to comment.