Skip to content

Commit

Permalink
ci: fix image dest during copy (#552)
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha authored Nov 16, 2023
1 parent edfada8 commit eaefcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-3rdparty-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
set -e
for n in ubuntu:latest alpine:edge centos:latest busybox:latest; do
dest="${{ github.repository_owner }}/$n"
dest="ghcr.io/${{ github.repository_owner }}/$n"
docker trust inspect "$n"
docker pull $n
docker tag $n "$dest"
Expand Down

0 comments on commit eaefcb7

Please sign in to comment.