Skip to content

Commit

Permalink
Change image path
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdrichard committed Dec 4, 2024
1 parent 7fb73b2 commit f59ac11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default:
image:
./hack/build-image.sh
push:
docker push ghcr.io/k8snetworkplumbingwg/linuxptp-daemon:latest
docker push ghcr.io/k8snetworkplumbingwg/linuxptp-daemon-image:latest
clean:
./hack/cleanup.sh
fmt:
Expand Down
2 changes: 1 addition & 1 deletion hack/build-image.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

docker build -t ghcr.io/k8snetworkplumbingwg/linuxptp-daemon -f ./Dockerfile .
docker build -t ghcr.io/k8snetworkplumbingwg/linuxptp-daemon-image -f ./Dockerfile .

0 comments on commit f59ac11

Please sign in to comment.