From 37004dbdfeef65e1d31334c196b8655da145f106 Mon Sep 17 00:00:00 2001 From: Joseph Richard Date: Tue, 3 Dec 2024 22:07:24 -0700 Subject: [PATCH] Change tag --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: