Skip to content

Commit

Permalink
Fix release target
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-McM committed Jul 30, 2021
1 parent f9072bb commit a7ba3ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ release-tag: release-prereqs release-notes

## Produces a clean build of release artifacts at the specified version.
release-build: release-prereqs clean
$(MAKE) image-all
$(MAKE) retag-build-images-with-registries IMAGETAG=$(VERSION)
$(MAKE) image-all RELEASE=true
$(MAKE) retag-build-images-with-registries IMAGETAG=$(VERSION) RELEASE=true
# Generate the `latest` images.
$(MAKE) retag-build-images-with-registries IMAGETAG=latest
$(MAKE) retag-build-images-with-registries IMAGETAG=latest RELEASE=true

## Verifies the release artifacts produces by `make release-build` are correct.
release-verify: release-prereqs
Expand Down

0 comments on commit a7ba3ac

Please sign in to comment.