Skip to content

Commit

Permalink
fix mistake on image name (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuluna committed Aug 17, 2023
1 parent ab21844 commit 8991ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/podmon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MINOR=0
PATCH=54
VERSION?="v$(MAJOR).$(MINOR).$(PATCH)"
REGISTRY?="${REGISTRY_HOST}:${REGISTRY_PORT}/podmon"
BASEIMAGE?="resiliency-micro:latest"
BASEIMAGE?="resiliency-ubimicro:latest"

clean:
go clean ./...
Expand Down

0 comments on commit 8991ecf

Please sign in to comment.