Skip to content

Commit

Permalink
Update arm64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gaohongf authored Sep 27, 2024
1 parent 6ce076b commit a900f85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:

- name: Pull Docker Images and Package
run: |
docker login --username="${{ github.event.inputs.aliyun_username }}" "${{ github.event.inputs.aliyun_docker_registry_url }}" --password-stdin
"${{ github.event.inputs.aliyun_password }}"
docker login --username="${{ github.event.inputs.aliyun_username }}" "${{ github.event.inputs.aliyun_docker_registry_url }}" --password="${{ github.event.inputs.aliyun_password }}"
images="${{ github.event.inputs.docker_images }}"
IFS=',' read -r -a image_array <<< "$images"
for image in "${image_array[@]}"; do
Expand Down

0 comments on commit a900f85

Please sign in to comment.