kubevirt / kubesecondarydns

DNS for KubeVirt VirtualMachines secondary interfaces
Apache License 2.0
7 stars 8 forks source link

git actions: Fix image push owner #20

Closed oshoval closed 1 year ago

oshoval commented 1 year ago

Image repository should be lower case.

https://github.com/AlonaKaplan/kubesecondarydns/actions/runs/3507917825/jobs/5875956544

ERROR: invalid tag "ghcr.io/AlonaKaplan/kubesecondarydns:latest": repository name must be lowercase
Error: buildx failed with: ERROR: invalid tag "ghcr.io/AlonaKaplan/kubesecondarydns:latest": repository name must be lowercase

Signed-off-by: Or Shoval oshoval@redhat.com

oshoval commented 1 year ago

We can see latest is created here https://github.com/alonakaplan/kubesecondarydns/pkgs/container/kubesecondarydns/versions?filters%5Bversion_type%5D=tagged

Thanks