Skip to content

Commit 704fed2

Browse files
authored
ci: fix sync image sources (#677)
Signed-off-by: Ramkumar Chinchani <[email protected]>
1 parent 73fb898 commit 704fed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-3rdparty-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
dest="ghcr.io/${{ github.repository_owner }}/$n"
3131
docker trust inspect "$n"
3232
docker pull public.ecr.aws/docker/library/$n
33-
docker tag $n "$dest"
33+
docker tag public.ecr.aws/docker/library/$n "$dest"
3434
docker push $dest
3535
done

0 commit comments

Comments
 (0)