Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 19b0c89

Browse files
authored
Merge pull request #115 from gunjan5/release-ma
containerized release process
2 parents 8196dc9 + 886a080 commit 19b0c89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)"

0 commit comments

Comments
 (0)