Skip to content

Commit

Permalink
/docker.io
Browse files Browse the repository at this point in the history
  • Loading branch information
kingreatwill committed Nov 1, 2024
1 parent 020386a commit 4f18f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr.io.amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
IFS=',' read -r -a image_array <<< "$images"
for image in "${image_array[@]}"; do
docker pull "${image}" --platform "linux/amd64"
docker tag "${image}" "ghcr.io/kingreatwill/${image}"
docker push "ghcr.io/kingreatwill/${image}"
docker tag "${image}" "ghcr.io/kingreatwill/docker.io/${image}"
docker push "ghcr.io/kingreatwill/docker.io/${image}"
done

0 comments on commit 4f18f91

Please sign in to comment.