diff --git a/Makefile b/Makefile index 9dfc9715..43315483 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,8 @@ default: image: ./hack/build-image.sh push: - docker push ghcr.io/k8snetworkplumbingwg/linuxptp-daemon:latest + docker tag ghcr.io/k8snetworkplumbingwg/linuxptp-daemon:latest ghcr.io/k8snetworkplumbingwg/linuxptp-daemon:latest1 + docker push ghcr.io/k8snetworkplumbingwg/linuxptp-daemon:latest1 clean: ./hack/cleanup.sh fmt: