Skip to content

Commit

Permalink
add tagging install-whereabouts image to release process
Browse files Browse the repository at this point in the history
  • Loading branch information
hedibouattour authored and sknat committed Apr 2, 2024
1 parent cae8db8 commit b318f64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@ release: check-TAG check-CALICO_TAG
git push origin $(basename $(TAG))
# Generate yaml file for this release
sed -i.bak "s|:latest|:$(TAG)|g" yaml/base/calico-vpp-daemonset.yaml
sed -i.bak "s|:latest|:$(TAG)|g" yaml/components/multinet/multinet.yaml
rm yaml/base/calico-vpp-daemonset.yaml.bak
rm yaml/components/multinet/multinet.yaml.bak
$(MAKE) -C yaml
git checkout -b release/$(TAG)
git add yaml
Expand Down

0 comments on commit b318f64

Please sign in to comment.