Skip to content

Commit

Permalink
Change tag
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdrichard committed Dec 4, 2024
1 parent 7fb73b2 commit 37004db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 37004db

Please sign in to comment.