Skip to content

Commit

Permalink
Fix latest/edge releases in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kilna committed Nov 16, 2024
1 parent f397fa3 commit eb74cf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ docker_release_latest:

docker_release: check_version test-all-clean build-all-clean docker_install_pushrm
docker buildx imagetools create --tag $(IMAGE):$(VER) $(IMAGE):build
docker pull $(IMAGE):$(VER)
@[ "$(VER)" == "$(EDGE)" ] && $(MAKE) docker_release_edge VERSION=$(VER)
@[ "$(VER)" == "$(LATEST)" ] && $(MAKE) docker_release_latest VERSION=$(VER)

Expand Down

0 comments on commit eb74cf5

Please sign in to comment.