This repository was archived by the owner on Oct 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,10 +101,10 @@ endif
101101 # Check that the version output appears on a line of its own (the -x option to grep).
102102# Tests that the "git tag" makes it into the binary. Main point is to catch "-dirty" builds
103103 @echo "Checking if the tag made it into the binary"
104- docker run --rm calico/libnetwork-plugin -v | grep -x $(VERSION) || (echo "Reported version:" `dist /libnetwork-plugin -v` "\nExpected version: $(VERSION)" && exit 1)
104+ docker run --rm calico/libnetwork-plugin -v | grep -x $(VERSION) || (echo "Reported version:" `docker run --rm calico /libnetwork-plugin -v` "\nExpected version: $(VERSION)" && exit 1)
105105 docker tag calico/libnetwork-plugin calico/libnetwork-plugin:$(VERSION)
106106 docker tag calico/libnetwork-plugin quay.io/calico/libnetwork-plugin:$(VERSION)
107- docker tag calico/libnetwork-plugin quay.io/calico/libnetwork-plugin
107+ docker tag calico/libnetwork-plugin quay.io/calico/libnetwork-plugin:latest
108108
109109 @echo "Now push the tag and images. Then create a release on Github and attach the dist/libnetwork-plugin binary"
110110 @echo "git push origin $(VERSION)"
You can’t perform that action at this time.
0 commit comments